Html Css Color HEX #A01E72 Jazzberry Jam

📋 copy color: '#A01E72'

red 160 ◦ green 30 ◦ blue 114

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

Shades of Jazzberry Jam #A01E72

Tints of Jazzberry Jam #A01E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 52.63%
G = 9.87%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A01E72 (or 0xA01E72) is known color: Jazzberry Jam. HEX triplet: A0, 1E and 72. RGB value is (160,30,114). Sum of RGB (Red+Green+Blue) = 160+30+114=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E72 is #5FE18D. Grayscale: #4E4E4E. Windows color (decimal): -6283662 or 7478944. OLE color: 7478944.

HSL color Cylindrical-coordinate representation of color #A01E72: hue angle of 321.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E72 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 30 114 -
CMYK 0 0.81 0.29 0.37
HSL 321.23º 0.68% 0.37% -
HSV(B) 321.23º 0.81% 0.63% -
XYZ 18 9.62 16.83 -
YUV 78.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 160 30 114 0 0.81 0.29 0.37 321.23 0.68 0.37
Hex A0 1E 72 0 51 1D 25 141 44 25
Octal 240 36 162 0 121 35 45 501 104 45
Binary 10100000 11110 1110010 0 1010001 11101 100101 101000001 1000100 100101

Color Harmonies of #A01E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E72

Black with #A01E72

Text Example


Text Example

White with #A01E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E72; }

 p { color: rgb(160,30,114); }

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

background-color css

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

 a { background-color: rgb(160,30,114); }

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

border-color css

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

 span { border-color: rgb(160,30,114); }

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