Html Css Color HEX #A6206B Jazzberry Jam

📋 copy color: '#A6206B'

red 166 ◦ green 32 ◦ blue 107

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

Shades of Jazzberry Jam #A6206B

Tints of Jazzberry Jam #A6206B

RGB

 RED value IS 166 (65.23% from 255) = 54.43%

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 54.43%
G = 10.49%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6206B (or 0xA6206B) is known color: Jazzberry Jam. HEX triplet: A6, 20 and 6B. RGB value is (166,32,107). Sum of RGB (Red+Green+Blue) = 166+32+107=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A6206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6206B is #59DF94. Grayscale: #505050. Windows color (decimal): -5889941 or 7020710. OLE color: 7020710.

HSL color Cylindrical-coordinate representation of color #A6206B: hue angle of 326.42º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6206B is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 107 -
CMYK 0 0.81 0.36 0.35
HSL 326.42º 0.68% 0.39% -
HSV(B) 326.42º 0.81% 0.65% -
XYZ 18.9 10.2 14.88 -
YUV 80.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 166 32 107 0 0.81 0.36 0.35 326.42 0.68 0.39
Hex A6 20 6B 0 51 24 23 146 44 27
Octal 246 40 153 0 121 44 43 506 104 47
Binary 10100110 100000 1101011 0 1010001 100100 100011 101000110 1000100 100111

Color Harmonies of #A6206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6206B

Black with #A6206B

Text Example


Text Example

White with #A6206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6206B; }

 p { color: rgb(166,32,107); }

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

background-color css

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

 a { background-color: rgb(166,32,107); }

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

border-color css

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

 span { border-color: rgb(166,32,107); }

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