Html Css Color HEX #A60560 Jazzberry Jam

📋 copy color: '#A60560'

red 166 ◦ green 5 ◦ blue 96

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

Shades of Jazzberry Jam #A60560

Tints of Jazzberry Jam #A60560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 62.17%
G = 1.87%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A60560 (or 0xA60560) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 60. RGB value is (166,5,96). Sum of RGB (Red+Green+Blue) = 166+5+96=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A60560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60560 is #59FA9F. Grayscale: #3F3F3F. Windows color (decimal): -5896864 or 6292902. OLE color: 6292902.

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

Color convert

RGB 166 5 96 -
CMYK 0 0.97 0.42 0.35
HSL 326.09º 0.94% 0.34% -
HSV(B) 326.09º 0.97% 0.65% -
XYZ 17.89 9.06 11.87 -
YUV 63.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 166 5 96 0 0.97 0.42 0.35 326.09 0.94 0.34
Hex A6 5 60 0 61 2A 23 146 5E 22
Octal 246 5 140 0 141 52 43 506 136 42
Binary 10100110 101 1100000 0 1100001 101010 100011 101000110 1011110 100010

Color Harmonies of #A60560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60560

Black with #A60560

Text Example


Text Example

White with #A60560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60560; }

 p { color: rgb(166,5,96); }

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

background-color css

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

 a { background-color: rgb(166,5,96); }

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

border-color css

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

 span { border-color: rgb(166,5,96); }

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