Html Css Color HEX #A60146 Jazzberry Jam

📋 copy color: '#A60146'

red 166 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #A60146

Tints of Jazzberry Jam #A60146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 70.04%
G = 0.42%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A60146 (or 0xA60146) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 46. RGB value is (166,1,70). Sum of RGB (Red+Green+Blue) = 166+1+70=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A60146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60146 is #59FEB9. Grayscale: #3A3A3A. Windows color (decimal): -5897914 or 4587942. OLE color: 4587942.

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

Color convert

RGB 166 1 70 -
CMYK 0 0.99 0.58 0.35
HSL 334.91º 0.99% 0.33% -
HSV(B) 334.91º 0.99% 0.65% -
XYZ 16.84 8.57 6.56 -
YUV 58.2 134.66 204.89 -
System Red Green Blue C M Y K H S L
Decimal 166 1 70 0 0.99 0.58 0.35 334.91 0.99 0.33
Hex A6 1 46 0 63 3A 23 14F 63 21
Octal 246 1 106 0 143 72 43 517 143 41
Binary 10100110 1 1000110 0 1100011 111010 100011 101001111 1100011 100001

Color Harmonies of #A60146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60146

Black with #A60146

Text Example


Text Example

White with #A60146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60146; }

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

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

background-color css

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

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

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

border-color css

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

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

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