Html Css Color HEX #A20866 Jazzberry Jam

📋 copy color: '#A20866'

red 162 ◦ green 8 ◦ blue 102

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

Shades of Jazzberry Jam #A20866

Tints of Jazzberry Jam #A20866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 59.56%
G = 2.94%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A20866 (or 0xA20866) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 66. RGB value is (162,8,102). Sum of RGB (Red+Green+Blue) = 162+8+102=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A20866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20866 is #5DF799. Grayscale: #404040. Windows color (decimal): -6158234 or 6686882. OLE color: 6686882.

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

Color convert

RGB 162 8 102 -
CMYK 0 0.95 0.37 0.36
HSL 323.38º 0.91% 0.33% -
HSV(B) 323.38º 0.95% 0.64% -
XYZ 17.39 8.81 13.36 -
YUV 64.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 162 8 102 0 0.95 0.37 0.36 323.38 0.91 0.33
Hex A2 8 66 0 5F 25 24 143 5B 21
Octal 242 10 146 0 137 45 44 503 133 41
Binary 10100010 1000 1100110 0 1011111 100101 100100 101000011 1011011 100001

Color Harmonies of #A20866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20866

Black with #A20866

Text Example


Text Example

White with #A20866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20866; }

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

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

background-color css

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

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

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

border-color css

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

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

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