Html Css Color HEX #A0145D Jazzberry Jam

📋 copy color: '#A0145D'

red 160 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #A0145D

Tints of Jazzberry Jam #A0145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 58.61%
G = 7.33%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0145D (or 0xA0145D) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 5D. RGB value is (160,20,93). Sum of RGB (Red+Green+Blue) = 160+20+93=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0145D is #5FEBA2. Grayscale: #464646. Windows color (decimal): -6286243 or 6100128. OLE color: 6100128.

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

Color convert

RGB 160 20 93 -
CMYK 0 0.88 0.42 0.37
HSL 328.71º 0.78% 0.35% -
HSV(B) 328.71º 0.88% 0.63% -
XYZ 16.72 8.76 11.17 -
YUV 70.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 160 20 93 0 0.88 0.42 0.37 328.71 0.78 0.35
Hex A0 14 5D 0 58 2A 25 149 4E 23
Octal 240 24 135 0 130 52 45 511 116 43
Binary 10100000 10100 1011101 0 1011000 101010 100101 101001001 1001110 100011

Color Harmonies of #A0145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0145D

Black with #A0145D

Text Example


Text Example

White with #A0145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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