Html Css Color HEX #A60A63 Jazzberry Jam

📋 copy color: '#A60A63'

red 166 ◦ green 10 ◦ blue 99

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

Shades of Jazzberry Jam #A60A63

Tints of Jazzberry Jam #A60A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 60.36%
G = 3.64%
B = 36%

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

#A60A63 (or 0xA60A63) is known color: Jazzberry Jam. HEX triplet: A6, 0A and 63. RGB value is (166,10,99). Sum of RGB (Red+Green+Blue) = 166+10+99=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60A63 is #59F59C. Grayscale: #424242. Windows color (decimal): -5895581 or 6490790. OLE color: 6490790.

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

Color convert

RGB 166 10 99 -
CMYK 0 0.94 0.40 0.35
HSL 325.77º 0.89% 0.35% -
HSV(B) 325.77º 0.94% 0.65% -
XYZ 18.09 9.22 12.63 -
YUV 66.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 166 10 99 0 0.94 0.40 0.35 325.77 0.89 0.35
Hex A6 A 63 0 5E 28 23 146 59 23
Octal 246 12 143 0 136 50 43 506 131 43
Binary 10100110 1010 1100011 0 1011110 101000 100011 101000110 1011001 100011

Color Harmonies of #A60A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A63

Black with #A60A63

Text Example


Text Example

White with #A60A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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