Html Css Color HEX #A60A64 Jazzberry Jam

📋 copy color: '#A60A64'

red 166 ◦ green 10 ◦ blue 100

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

Shades of Jazzberry Jam #A60A64

Tints of Jazzberry Jam #A60A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 60.14%
G = 3.62%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A60A64 (or 0xA60A64) is known color: Jazzberry Jam. HEX triplet: A6, 0A and 64. RGB value is (166,10,100). Sum of RGB (Red+Green+Blue) = 166+10+100=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60A64 is #59F59B. Grayscale: #424242. Windows color (decimal): -5895580 or 6556326. OLE color: 6556326.

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

Color convert

RGB 166 10 100 -
CMYK 0 0.94 0.40 0.35
HSL 325.38º 0.89% 0.35% -
HSV(B) 325.38º 0.94% 0.65% -
XYZ 18.13 9.24 12.89 -
YUV 66.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 166 10 100 0 0.94 0.40 0.35 325.38 0.89 0.35
Hex A6 A 64 0 5E 28 23 145 59 23
Octal 246 12 144 0 136 50 43 505 131 43
Binary 10100110 1010 1100100 0 1011110 101000 100011 101000101 1011001 100011

Color Harmonies of #A60A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A64

Black with #A60A64

Text Example


Text Example

White with #A60A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A64; }

 p { color: rgb(166,10,100); }

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

background-color css

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

 a { background-color: rgb(166,10,100); }

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

border-color css

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

 span { border-color: rgb(166,10,100); }

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