Html Css Color HEX #A60059 Jazzberry Jam

📋 copy color: '#A60059'

red 166 ◦ green 0 ◦ blue 89

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

Shades of Jazzberry Jam #A60059

Tints of Jazzberry Jam #A60059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.9%

R = 65.1%
G = 0%
B = 34.9%

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

#A60059 (or 0xA60059) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 59. RGB value is (166,0,89). Sum of RGB (Red+Green+Blue) = 166+0+89=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A60059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60059 is #59FFA6. Grayscale: #3B3B3B. Windows color (decimal): -5898151 or 5832870. OLE color: 5832870.

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

Color convert

RGB 166 0 89 -
CMYK 0 1 0.46 0.35
HSL 327.83º 1% 0.33% -
HSV(B) 327.83º 1% 0.65% -
XYZ 17.53 8.83 10.23 -
YUV 59.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 166 0 89 0 1 0.46 0.35 327.83 1 0.33
Hex A6 0 59 0 64 2E 23 148 64 21
Octal 246 0 131 0 144 56 43 510 144 41
Binary 10100110 0 1011001 0 1100100 101110 100011 101001000 1100100 100001

Color Harmonies of #A60059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60059

Black with #A60059

Text Example


Text Example

White with #A60059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60059; }

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

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

background-color css

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

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

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

border-color css

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

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

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