Html Css Color HEX #A60046 Jazzberry Jam

📋 copy color: '#A60046'

red 166 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #A60046

Tints of Jazzberry Jam #A60046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 70.34%
G = 0%
B = 29.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A60046 (or 0xA60046) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 46. RGB value is (166,0,70). Sum of RGB (Red+Green+Blue) = 166+0+70=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A60046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60046 is #59FFB9. Grayscale: #393939. Windows color (decimal): -5898170 or 4587686. OLE color: 4587686.

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

Color convert

RGB 166 0 70 -
CMYK 0 1 0.58 0.35
HSL 334.7º 1% 0.33% -
HSV(B) 334.7º 1% 0.65% -
XYZ 16.83 8.55 6.56 -
YUV 57.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 166 0 70 0 1 0.58 0.35 334.7 1 0.33
Hex A6 0 46 0 64 3A 23 14F 64 21
Octal 246 0 106 0 144 72 43 517 144 41
Binary 10100110 0 1000110 0 1100100 111010 100011 101001111 1100100 100001

Color Harmonies of #A60046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60046

Black with #A60046

Text Example


Text Example

White with #A60046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60046; }

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

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

background-color css

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

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

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

border-color css

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

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

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