Html Css Color HEX #A12072 Jazzberry Jam

📋 copy color: '#A12072'

red 161 ◦ green 32 ◦ blue 114

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

Shades of Jazzberry Jam #A12072

Tints of Jazzberry Jam #A12072

RGB

 RED value IS 161 (63.28% from 255) = 52.44%

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 52.44%
G = 10.42%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A12072 (or 0xA12072) is known color: Jazzberry Jam. HEX triplet: A1, 20 and 72. RGB value is (161,32,114). Sum of RGB (Red+Green+Blue) = 161+32+114=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A12072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12072 is #5EDF8D. Grayscale: #4F4F4F. Windows color (decimal): -6217614 or 7479457. OLE color: 7479457.

HSL color Cylindrical-coordinate representation of color #A12072: hue angle of 321.86º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12072 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 32 114 -
CMYK 0 0.80 0.29 0.37
HSL 321.86º 0.67% 0.38% -
HSV(B) 321.86º 0.8% 0.63% -
XYZ 18.25 9.82 16.85 -
YUV 79.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 161 32 114 0 0.80 0.29 0.37 321.86 0.67 0.38
Hex A1 20 72 0 50 1D 25 142 43 26
Octal 241 40 162 0 120 35 45 502 103 46
Binary 10100001 100000 1110010 0 1010000 11101 100101 101000010 1000011 100110

Color Harmonies of #A12072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12072

Black with #A12072

Text Example


Text Example

White with #A12072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12072; }

 p { color: rgb(161,32,114); }

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

background-color css

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

 a { background-color: rgb(161,32,114); }

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

border-color css

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

 span { border-color: rgb(161,32,114); }

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