Html Css Color HEX #A30352 Jazzberry Jam

📋 copy color: '#A30352'

red 163 ◦ green 3 ◦ blue 82

#A30352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A30352

Tints of Jazzberry Jam #A30352

RGB

 RED value IS 163 (64.06% from 255) = 65.73%

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 65.73%
G = 1.21%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A30352 (or 0xA30352) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 52. RGB value is (163,3,82). Sum of RGB (Red+Green+Blue) = 163+3+82=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A30352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30352 is #5CFCAD. Grayscale: #3B3B3B. Windows color (decimal): -6093998 or 5374883. OLE color: 5374883.

HSL color Cylindrical-coordinate representation of color #A30352: hue angle of 330.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30352 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 82 -
CMYK 0 0.98 0.50 0.36
HSL 330.38º 0.96% 0.33% -
HSV(B) 330.38º 0.98% 0.64% -
XYZ 16.66 8.46 8.74 -
YUV 59.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 163 3 82 0 0.98 0.50 0.36 330.38 0.96 0.33
Hex A3 3 52 0 62 32 24 14A 60 21
Octal 243 3 122 0 142 62 44 512 140 41
Binary 10100011 11 1010010 0 1100010 110010 100100 101001010 1100000 100001

Color Harmonies of #A30352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30352

Black with #A30352

Text Example


Text Example

White with #A30352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30352; }

 p { color: rgb(163,3,82); }

 H1.HeaderClassName
 {
   color: #A30352;
 }
 .AnyTagClassName
 {
   color: #A30352;
 }
</style>

background-color css

<style>
 a { background-color: #A30352; }

 a { background-color: rgb(163,3,82); }

 div.DivClassName
 {
   background-color: #A30352;
 }
 .BgClassName
 {
   background-color: #A30352;
 }
</style>

border-color css

<style>
 span { border-color: #A30352; }

 span { border-color: rgb(163,3,82); }

 td.TdClassName
 {
   border-color: #A30352;
 }
 .TagClassName
 {
   border-color: #A30352;
 }
</style>