Html Css Color HEX #A6005E Jazzberry Jam

📋 copy color: '#A6005E'

red 166 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #A6005E

Tints of Jazzberry Jam #A6005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 63.85%
G = 0%
B = 36.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6005E (or 0xA6005E) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 5E. RGB value is (166,0,94). Sum of RGB (Red+Green+Blue) = 166+0+94=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6005E is #59FFA1. Grayscale: #3C3C3C. Windows color (decimal): -5898146 or 6160550. OLE color: 6160550.

HSL color Cylindrical-coordinate representation of color #A6005E: hue angle of 326.02º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6005E is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 94 -
CMYK 0 1 0.43 0.35
HSL 326.02º 1% 0.33% -
HSV(B) 326.02º 1% 0.65% -
XYZ 17.75 8.92 11.38 -
YUV 60.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 166 0 94 0 1 0.43 0.35 326.02 1 0.33
Hex A6 0 5E 0 64 2B 23 146 64 21
Octal 246 0 136 0 144 53 43 506 144 41
Binary 10100110 0 1011110 0 1100100 101011 100011 101000110 1100100 100001

Color Harmonies of #A6005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6005E

Black with #A6005E

Text Example


Text Example

White with #A6005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6005E; }

 p { color: rgb(166,0,94); }

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

background-color css

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

 a { background-color: rgb(166,0,94); }

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

border-color css

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

 span { border-color: rgb(166,0,94); }

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