Html Css Color HEX #A0145C Jazzberry Jam

📋 copy color: '#A0145C'

red 160 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #A0145C

Tints of Jazzberry Jam #A0145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 58.82%
G = 7.35%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0145C (or 0xA0145C) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 5C. RGB value is (160,20,92). Sum of RGB (Red+Green+Blue) = 160+20+92=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0145C is #5FEBA3. Grayscale: #454545. Windows color (decimal): -6286244 or 6034592. OLE color: 6034592.

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

Color convert

RGB 160 20 92 -
CMYK 0 0.88 0.43 0.37
HSL 329.14º 0.78% 0.35% -
HSV(B) 329.14º 0.88% 0.63% -
XYZ 16.68 8.75 10.93 -
YUV 70.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 160 20 92 0 0.88 0.43 0.37 329.14 0.78 0.35
Hex A0 14 5C 0 58 2B 25 149 4E 23
Octal 240 24 134 0 130 53 45 511 116 43
Binary 10100000 10100 1011100 0 1011000 101011 100101 101001001 1001110 100011

Color Harmonies of #A0145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0145C

Black with #A0145C

Text Example


Text Example

White with #A0145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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