Html Css Color HEX #A60E54 Jazzberry Jam

📋 copy color: '#A60E54'

red 166 ◦ green 14 ◦ blue 84

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

Shades of Jazzberry Jam #A60E54

Tints of Jazzberry Jam #A60E54

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.3%

 BLUE value IS 84 (33.2% from 255) = 31.82%

R = 62.88%
G = 5.3%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A60E54 (or 0xA60E54) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 54. RGB value is (166,14,84). Sum of RGB (Red+Green+Blue) = 166+14+84=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E54 is #59F1AB. Grayscale: #434343. Windows color (decimal): -5894572 or 5508774. OLE color: 5508774.

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

Color convert

RGB 166 14 84 -
CMYK 0 0.92 0.49 0.35
HSL 332.37º 0.84% 0.35% -
HSV(B) 332.37º 0.92% 0.65% -
XYZ 17.48 9.06 9.22 -
YUV 67.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 166 14 84 0 0.92 0.49 0.35 332.37 0.84 0.35
Hex A6 E 54 0 5C 31 23 14C 54 23
Octal 246 16 124 0 134 61 43 514 124 43
Binary 10100110 1110 1010100 0 1011100 110001 100011 101001100 1010100 100011

Color Harmonies of #A60E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E54

Black with #A60E54

Text Example


Text Example

White with #A60E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E54; }

 p { color: rgb(166,14,84); }

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

background-color css

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

 a { background-color: rgb(166,14,84); }

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

border-color css

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

 span { border-color: rgb(166,14,84); }

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