Html Css Color HEX #A60154 Jazzberry Jam

📋 copy color: '#A60154'

red 166 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #A60154

Tints of Jazzberry Jam #A60154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.47%

R = 66.14%
G = 0.4%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A60154 (or 0xA60154) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 54. RGB value is (166,1,84). Sum of RGB (Red+Green+Blue) = 166+1+84=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A60154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60154 is #59FEAB. Grayscale: #3B3B3B. Windows color (decimal): -5897900 or 5505446. OLE color: 5505446.

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

Color convert

RGB 166 1 84 -
CMYK 0 0.99 0.49 0.35
HSL 329.82º 0.99% 0.33% -
HSV(B) 329.82º 0.99% 0.65% -
XYZ 17.34 8.77 9.17 -
YUV 59.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 166 1 84 0 0.99 0.49 0.35 329.82 0.99 0.33
Hex A6 1 54 0 63 31 23 14A 63 21
Octal 246 1 124 0 143 61 43 512 143 41
Binary 10100110 1 1010100 0 1100011 110001 100011 101001010 1100011 100001

Color Harmonies of #A60154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60154

Black with #A60154

Text Example


Text Example

White with #A60154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60154; }

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

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

background-color css

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

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

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

border-color css

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

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

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