Html Css Color HEX #A0144F Jazzberry Jam

📋 copy color: '#A0144F'

red 160 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #A0144F

Tints of Jazzberry Jam #A0144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

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

R = 61.78%
G = 7.72%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0144F (or 0xA0144F) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 4F. RGB value is (160,20,79). Sum of RGB (Red+Green+Blue) = 160+20+79=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0144F is #5FEBB0. Grayscale: #444444. Windows color (decimal): -6286257 or 5182624. OLE color: 5182624.

HSL color Cylindrical-coordinate representation of color #A0144F: hue angle of 334.71º degrees, saturation: 0.78, 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 #A0144F is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 79 -
CMYK 0 0.88 0.51 0.37
HSL 334.71º 0.78% 0.35% -
HSV(B) 334.71º 0.88% 0.63% -
XYZ 16.16 8.54 8.19 -
YUV 68.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 160 20 79 0 0.88 0.51 0.37 334.71 0.78 0.35
Hex A0 14 4F 0 58 33 25 14F 4E 23
Octal 240 24 117 0 130 63 45 517 116 43
Binary 10100000 10100 1001111 0 1011000 110011 100101 101001111 1001110 100011

Color Harmonies of #A0144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0144F

Black with #A0144F

Text Example


Text Example

White with #A0144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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