Html Css Color HEX #A01154 Jazzberry Jam

📋 copy color: '#A01154'

red 160 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #A01154

Tints of Jazzberry Jam #A01154

RGB

 RED value IS 160 (62.89% from 255) = 61.3%

 GREEN value IS 17 (7.03% from 255) = 6.51%

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

R = 61.3%
G = 6.51%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A01154 (or 0xA01154) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 54. RGB value is (160,17,84). Sum of RGB (Red+Green+Blue) = 160+17+84=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A01154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01154 is #5FEEAB. Grayscale: #434343. Windows color (decimal): -6287020 or 5509536. OLE color: 5509536.

HSL color Cylindrical-coordinate representation of color #A01154: hue angle of 331.89º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01154 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 17 84 -
CMYK 0 0.89 0.48 0.37
HSL 331.89º 0.81% 0.35% -
HSV(B) 331.89º 0.89% 0.63% -
XYZ 16.3 8.51 9.17 -
YUV 67.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 160 17 84 0 0.89 0.48 0.37 331.89 0.81 0.35
Hex A0 11 54 0 59 30 25 14C 51 23
Octal 240 21 124 0 131 60 45 514 121 43
Binary 10100000 10001 1010100 0 1011001 110000 100101 101001100 1010001 100011

Color Harmonies of #A01154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01154

Black with #A01154

Text Example


Text Example

White with #A01154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01154; }

 p { color: rgb(160,17,84); }

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

background-color css

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

 a { background-color: rgb(160,17,84); }

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

border-color css

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

 span { border-color: rgb(160,17,84); }

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