Html Css Color HEX #A60156 Jazzberry Jam

📋 copy color: '#A60156'

red 166 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #A60156

Tints of Jazzberry Jam #A60156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 65.61%
G = 0.4%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A60156 (or 0xA60156) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 56. RGB value is (166,1,86). Sum of RGB (Red+Green+Blue) = 166+1+86=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A60156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60156 is #59FEA9. Grayscale: #3B3B3B. Windows color (decimal): -5897898 or 5636518. OLE color: 5636518.

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

Color convert

RGB 166 1 86 -
CMYK 0 0.99 0.48 0.35
HSL 329.09º 0.99% 0.33% -
HSV(B) 329.09º 0.99% 0.65% -
XYZ 17.42 8.8 9.58 -
YUV 60.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 166 1 86 0 0.99 0.48 0.35 329.09 0.99 0.33
Hex A6 1 56 0 63 30 23 149 63 21
Octal 246 1 126 0 143 60 43 511 143 41
Binary 10100110 1 1010110 0 1100011 110000 100011 101001001 1100011 100001

Color Harmonies of #A60156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60156

Black with #A60156

Text Example


Text Example

White with #A60156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60156; }

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

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

background-color css

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

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

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

border-color css

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

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

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