Html Css Color HEX #A60E69 Jazzberry Jam

📋 copy color: '#A60E69'

red 166 ◦ green 14 ◦ blue 105

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

Shades of Jazzberry Jam #A60E69

Tints of Jazzberry Jam #A60E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 58.25%
G = 4.91%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A60E69 (or 0xA60E69) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 69. RGB value is (166,14,105). Sum of RGB (Red+Green+Blue) = 166+14+105=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E69 is #59F196. Grayscale: #454545. Windows color (decimal): -5894551 or 6885030. OLE color: 6885030.

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

Color convert

RGB 166 14 105 -
CMYK 0 0.92 0.37 0.35
HSL 324.08º 0.84% 0.35% -
HSV(B) 324.08º 0.92% 0.65% -
XYZ 18.43 9.44 14.22 -
YUV 69.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 166 14 105 0 0.92 0.37 0.35 324.08 0.84 0.35
Hex A6 E 69 0 5C 25 23 144 54 23
Octal 246 16 151 0 134 45 43 504 124 43
Binary 10100110 1110 1101001 0 1011100 100101 100011 101000100 1010100 100011

Color Harmonies of #A60E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E69

Black with #A60E69

Text Example


Text Example

White with #A60E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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