Html Css Color HEX #A12060 Jazzberry Jam

📋 copy color: '#A12060'

red 161 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #A12060

Tints of Jazzberry Jam #A12060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 55.71%
G = 11.07%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A12060 (or 0xA12060) is known color: Jazzberry Jam. HEX triplet: A1, 20 and 60. RGB value is (161,32,96). Sum of RGB (Red+Green+Blue) = 161+32+96=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A12060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12060 is #5EDF9F. Grayscale: #4D4D4D. Windows color (decimal): -6217632 or 6299809. OLE color: 6299809.

HSL color Cylindrical-coordinate representation of color #A12060: hue angle of 330.23º 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 #A12060 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 32 96 -
CMYK 0 0.80 0.40 0.37
HSL 330.23º 0.67% 0.38% -
HSV(B) 330.23º 0.8% 0.63% -
XYZ 17.33 9.45 11.98 -
YUV 77.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 161 32 96 0 0.80 0.40 0.37 330.23 0.67 0.38
Hex A1 20 60 0 50 28 25 14A 43 26
Octal 241 40 140 0 120 50 45 512 103 46
Binary 10100001 100000 1100000 0 1010000 101000 100101 101001010 1000011 100110

Color Harmonies of #A12060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12060

Black with #A12060

Text Example


Text Example

White with #A12060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12060; }

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

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

background-color css

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

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

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

border-color css

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

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

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