Html Css Color HEX #A60E65 Jazzberry Jam

📋 copy color: '#A60E65'

red 166 ◦ green 14 ◦ blue 101

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

Shades of Jazzberry Jam #A60E65

Tints of Jazzberry Jam #A60E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 59.07%
G = 4.98%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A60E65 (or 0xA60E65) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 65. RGB value is (166,14,101). Sum of RGB (Red+Green+Blue) = 166+14+101=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E65 is #59F19A. Grayscale: #454545. Windows color (decimal): -5894555 or 6622886. OLE color: 6622886.

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

Color convert

RGB 166 14 101 -
CMYK 0 0.92 0.39 0.35
HSL 325.66º 0.84% 0.35% -
HSV(B) 325.66º 0.92% 0.65% -
XYZ 18.23 9.36 13.16 -
YUV 69.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 166 14 101 0 0.92 0.39 0.35 325.66 0.84 0.35
Hex A6 E 65 0 5C 27 23 146 54 23
Octal 246 16 145 0 134 47 43 506 124 43
Binary 10100110 1110 1100101 0 1011100 100111 100011 101000110 1010100 100011

Color Harmonies of #A60E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E65

Black with #A60E65

Text Example


Text Example

White with #A60E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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