Html Css Color HEX #A20862 Jazzberry Jam

📋 copy color: '#A20862'

red 162 ◦ green 8 ◦ blue 98

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

Shades of Jazzberry Jam #A20862

Tints of Jazzberry Jam #A20862

RGB

 RED value IS 162 (63.67% from 255) = 60.45%

 GREEN value IS 8 (3.52% from 255) = 2.99%

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

R = 60.45%
G = 2.99%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A20862 (or 0xA20862) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 62. RGB value is (162,8,98). Sum of RGB (Red+Green+Blue) = 162+8+98=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20862 is #5DF79D. Grayscale: #404040. Windows color (decimal): -6158238 or 6424738. OLE color: 6424738.

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

Color convert

RGB 162 8 98 -
CMYK 0 0.95 0.40 0.36
HSL 324.94º 0.91% 0.33% -
HSV(B) 324.94º 0.95% 0.64% -
XYZ 17.19 8.74 12.34 -
YUV 64.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 162 8 98 0 0.95 0.40 0.36 324.94 0.91 0.33
Hex A2 8 62 0 5F 28 24 145 5B 21
Octal 242 10 142 0 137 50 44 505 133 41
Binary 10100010 1000 1100010 0 1011111 101000 100100 101000101 1011011 100001

Color Harmonies of #A20862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20862

Black with #A20862

Text Example


Text Example

White with #A20862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20862; }

 p { color: rgb(162,8,98); }

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

background-color css

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

 a { background-color: rgb(162,8,98); }

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

border-color css

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

 span { border-color: rgb(162,8,98); }

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