Html Css Color HEX #A60047 Jazzberry Jam

📋 copy color: '#A60047'

red 166 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #A60047

Tints of Jazzberry Jam #A60047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 29.96%

R = 70.04%
G = 0%
B = 29.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A60047 (or 0xA60047) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 47. RGB value is (166,0,71). Sum of RGB (Red+Green+Blue) = 166+0+71=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A60047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60047 is #59FFB8. Grayscale: #393939. Windows color (decimal): -5898169 or 4653222. OLE color: 4653222.

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

Color convert

RGB 166 0 71 -
CMYK 0 1 0.57 0.35
HSL 334.34º 1% 0.33% -
HSV(B) 334.34º 1% 0.65% -
XYZ 16.86 8.56 6.73 -
YUV 57.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 166 0 71 0 1 0.57 0.35 334.34 1 0.33
Hex A6 0 47 0 64 39 23 14E 64 21
Octal 246 0 107 0 144 71 43 516 144 41
Binary 10100110 0 1000111 0 1100100 111001 100011 101001110 1100100 100001

Color Harmonies of #A60047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60047

Black with #A60047

Text Example


Text Example

White with #A60047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60047; }

 p { color: rgb(166,0,71); }

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

background-color css

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

 a { background-color: rgb(166,0,71); }

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

border-color css

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

 span { border-color: rgb(166,0,71); }

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