Html Css Color HEX #A6005A Jazzberry Jam

📋 copy color: '#A6005A'

red 166 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #A6005A

Tints of Jazzberry Jam #A6005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 64.84%
G = 0%
B = 35.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6005A (or 0xA6005A) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 5A. RGB value is (166,0,90). Sum of RGB (Red+Green+Blue) = 166+0+90=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A6005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6005A is #59FFA5. Grayscale: #3B3B3B. Windows color (decimal): -5898150 or 5898406. OLE color: 5898406.

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

Color convert

RGB 166 0 90 -
CMYK 0 1 0.46 0.35
HSL 327.47º 1% 0.33% -
HSV(B) 327.47º 1% 0.65% -
XYZ 17.57 8.85 10.45 -
YUV 59.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 166 0 90 0 1 0.46 0.35 327.47 1 0.33
Hex A6 0 5A 0 64 2E 23 147 64 21
Octal 246 0 132 0 144 56 43 507 144 41
Binary 10100110 0 1011010 0 1100100 101110 100011 101000111 1100100 100001

Color Harmonies of #A6005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6005A

Black with #A6005A

Text Example


Text Example

White with #A6005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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