Html Css Color HEX #A6206E Jazzberry Jam

📋 copy color: '#A6206E'

red 166 ◦ green 32 ◦ blue 110

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

Shades of Jazzberry Jam #A6206E

Tints of Jazzberry Jam #A6206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 53.9%
G = 10.39%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6206E (or 0xA6206E) is known color: Jazzberry Jam. HEX triplet: A6, 20 and 6E. RGB value is (166,32,110). Sum of RGB (Red+Green+Blue) = 166+32+110=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6206E is #59DF91. Grayscale: #505050. Windows color (decimal): -5889938 or 7217318. OLE color: 7217318.

HSL color Cylindrical-coordinate representation of color #A6206E: hue angle of 325.07º 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 #A6206E is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 110 -
CMYK 0 0.81 0.34 0.35
HSL 325.07º 0.68% 0.39% -
HSV(B) 325.07º 0.81% 0.65% -
XYZ 19.06 10.27 15.73 -
YUV 80.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 166 32 110 0 0.81 0.34 0.35 325.07 0.68 0.39
Hex A6 20 6E 0 51 22 23 145 44 27
Octal 246 40 156 0 121 42 43 505 104 47
Binary 10100110 100000 1101110 0 1010001 100010 100011 101000101 1000100 100111

Color Harmonies of #A6206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6206E

Black with #A6206E

Text Example


Text Example

White with #A6206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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