Html Css Color HEX #A0145F Jazzberry Jam

📋 copy color: '#A0145F'

red 160 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #A0145F

Tints of Jazzberry Jam #A0145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 58.18%
G = 7.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0145F (or 0xA0145F) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 5F. RGB value is (160,20,95). Sum of RGB (Red+Green+Blue) = 160+20+95=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0145F is #5FEBA0. Grayscale: #464646. Windows color (decimal): -6286241 or 6231200. OLE color: 6231200.

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

Color convert

RGB 160 20 95 -
CMYK 0 0.88 0.41 0.37
HSL 327.86º 0.78% 0.35% -
HSV(B) 327.86º 0.88% 0.63% -
XYZ 16.81 8.8 11.64 -
YUV 70.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 160 20 95 0 0.88 0.41 0.37 327.86 0.78 0.35
Hex A0 14 5F 0 58 29 25 148 4E 23
Octal 240 24 137 0 130 51 45 510 116 43
Binary 10100000 10100 1011111 0 1011000 101001 100101 101001000 1001110 100011

Color Harmonies of #A0145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0145F

Black with #A0145F

Text Example


Text Example

White with #A0145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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