Html Css Color HEX #A20766 Jazzberry Jam

📋 copy color: '#A20766'

red 162 ◦ green 7 ◦ blue 102

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

Shades of Jazzberry Jam #A20766

Tints of Jazzberry Jam #A20766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 59.78%
G = 2.58%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A20766 (or 0xA20766) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 66. RGB value is (162,7,102). Sum of RGB (Red+Green+Blue) = 162+7+102=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A20766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20766 is #5DF899. Grayscale: #3F3F3F. Windows color (decimal): -6158490 or 6686626. OLE color: 6686626.

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

Color convert

RGB 162 7 102 -
CMYK 0 0.96 0.37 0.36
HSL 323.23º 0.92% 0.33% -
HSV(B) 323.23º 0.96% 0.64% -
XYZ 17.37 8.79 13.35 -
YUV 64.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 162 7 102 0 0.96 0.37 0.36 323.23 0.92 0.33
Hex A2 7 66 0 60 25 24 143 5C 21
Octal 242 7 146 0 140 45 44 503 134 41
Binary 10100010 111 1100110 0 1100000 100101 100100 101000011 1011100 100001

Color Harmonies of #A20766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20766

Black with #A20766

Text Example


Text Example

White with #A20766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20766; }

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

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

background-color css

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

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

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

border-color css

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

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

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