Html Css Color HEX #A02162 Jazzberry Jam

📋 copy color: '#A02162'

red 160 ◦ green 33 ◦ blue 98

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

Shades of Jazzberry Jam #A02162

Tints of Jazzberry Jam #A02162

RGB

 RED value IS 160 (62.89% from 255) = 54.98%

 GREEN value IS 33 (13.28% from 255) = 11.34%

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

R = 54.98%
G = 11.34%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A02162 (or 0xA02162) is known color: Jazzberry Jam. HEX triplet: A0, 21 and 62. RGB value is (160,33,98). Sum of RGB (Red+Green+Blue) = 160+33+98=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A02162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02162 is #5FDE9D. Grayscale: #4E4E4E. Windows color (decimal): -6282910 or 6431136. OLE color: 6431136.

HSL color Cylindrical-coordinate representation of color #A02162: hue angle of 329.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02162 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 33 98 -
CMYK 0 0.79 0.39 0.37
HSL 329.29º 0.66% 0.38% -
HSV(B) 329.29º 0.79% 0.63% -
XYZ 17.25 9.44 12.47 -
YUV 78.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 160 33 98 0 0.79 0.39 0.37 329.29 0.66 0.38
Hex A0 21 62 0 4F 27 25 149 42 26
Octal 240 41 142 0 117 47 45 511 102 46
Binary 10100000 100001 1100010 0 1001111 100111 100101 101001001 1000010 100110

Color Harmonies of #A02162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02162

Black with #A02162

Text Example


Text Example

White with #A02162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02162; }

 p { color: rgb(160,33,98); }

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

background-color css

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

 a { background-color: rgb(160,33,98); }

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

border-color css

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

 span { border-color: rgb(160,33,98); }

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