Html Css Color HEX #A12062 Jazzberry Jam

📋 copy color: '#A12062'

red 161 ◦ green 32 ◦ blue 98

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

Shades of Jazzberry Jam #A12062

Tints of Jazzberry Jam #A12062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 55.33%
G = 11%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A12062 (or 0xA12062) is known color: Jazzberry Jam. HEX triplet: A1, 20 and 62. RGB value is (161,32,98). Sum of RGB (Red+Green+Blue) = 161+32+98=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A12062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12062 is #5EDF9D. Grayscale: #4D4D4D. Windows color (decimal): -6217630 or 6430881. OLE color: 6430881.

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

Color convert

RGB 161 32 98 -
CMYK 0 0.80 0.39 0.37
HSL 329.3º 0.67% 0.38% -
HSV(B) 329.3º 0.8% 0.63% -
XYZ 17.42 9.49 12.47 -
YUV 78.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 161 32 98 0 0.80 0.39 0.37 329.3 0.67 0.38
Hex A1 20 62 0 50 27 25 149 43 26
Octal 241 40 142 0 120 47 45 511 103 46
Binary 10100001 100000 1100010 0 1010000 100111 100101 101001001 1000011 100110

Color Harmonies of #A12062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12062

Black with #A12062

Text Example


Text Example

White with #A12062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12062; }

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

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

background-color css

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

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

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

border-color css

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

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

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