Html Css Color HEX #A01354 Jazzberry Jam

📋 copy color: '#A01354'

red 160 ◦ green 19 ◦ blue 84

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

Shades of Jazzberry Jam #A01354

Tints of Jazzberry Jam #A01354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 60.84%
G = 7.22%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A01354 (or 0xA01354) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 54. RGB value is (160,19,84). Sum of RGB (Red+Green+Blue) = 160+19+84=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A01354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01354 is #5FECAB. Grayscale: #444444. Windows color (decimal): -6286508 or 5510048. OLE color: 5510048.

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

Color convert

RGB 160 19 84 -
CMYK 0 0.88 0.48 0.37
HSL 332.34º 0.79% 0.35% -
HSV(B) 332.34º 0.88% 0.63% -
XYZ 16.33 8.58 9.18 -
YUV 68.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 160 19 84 0 0.88 0.48 0.37 332.34 0.79 0.35
Hex A0 13 54 0 58 30 25 14C 4F 23
Octal 240 23 124 0 130 60 45 514 117 43
Binary 10100000 10011 1010100 0 1011000 110000 100101 101001100 1001111 100011

Color Harmonies of #A01354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01354

Black with #A01354

Text Example


Text Example

White with #A01354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01354; }

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

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

background-color css

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

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

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

border-color css

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

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

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