Html Css Color HEX #A0154F Jazzberry Jam

📋 copy color: '#A0154F'

red 160 ◦ green 21 ◦ blue 79

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

Shades of Jazzberry Jam #A0154F

Tints of Jazzberry Jam #A0154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 61.54%
G = 8.08%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0154F (or 0xA0154F) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 4F. RGB value is (160,21,79). Sum of RGB (Red+Green+Blue) = 160+21+79=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0154F is #5FEAB0. Grayscale: #454545. Windows color (decimal): -6286001 or 5182880. OLE color: 5182880.

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

Color convert

RGB 160 21 79 -
CMYK 0 0.87 0.51 0.37
HSL 334.96º 0.77% 0.35% -
HSV(B) 334.96º 0.87% 0.63% -
XYZ 16.18 8.57 8.2 -
YUV 69.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 160 21 79 0 0.87 0.51 0.37 334.96 0.77 0.35
Hex A0 15 4F 0 57 33 25 14F 4D 23
Octal 240 25 117 0 127 63 45 517 115 43
Binary 10100000 10101 1001111 0 1010111 110011 100101 101001111 1001101 100011

Color Harmonies of #A0154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0154F

Black with #A0154F

Text Example


Text Example

White with #A0154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0154F; }

 p { color: rgb(160,21,79); }

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

background-color css

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

 a { background-color: rgb(160,21,79); }

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

border-color css

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

 span { border-color: rgb(160,21,79); }

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