Html Css Color HEX #A01D73 Jazzberry Jam

📋 copy color: '#A01D73'

red 160 ◦ green 29 ◦ blue 115

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

Shades of Jazzberry Jam #A01D73

Tints of Jazzberry Jam #A01D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.54%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 52.63%
G = 9.54%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A01D73 (or 0xA01D73) is known color: Jazzberry Jam. HEX triplet: A0, 1D and 73. RGB value is (160,29,115). Sum of RGB (Red+Green+Blue) = 160+29+115=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01D73 is #5FE28C. Grayscale: #4D4D4D. Windows color (decimal): -6283917 or 7544224. OLE color: 7544224.

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

Color convert

RGB 160 29 115 -
CMYK 0 0.82 0.28 0.37
HSL 320.61º 0.69% 0.37% -
HSV(B) 320.61º 0.82% 0.63% -
XYZ 18.03 9.59 17.12 -
YUV 77.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 160 29 115 0 0.82 0.28 0.37 320.61 0.69 0.37
Hex A0 1D 73 0 52 1C 25 141 45 25
Octal 240 35 163 0 122 34 45 501 105 45
Binary 10100000 11101 1110011 0 1010010 11100 100101 101000001 1000101 100101

Color Harmonies of #A01D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D73

Black with #A01D73

Text Example


Text Example

White with #A01D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D73; }

 p { color: rgb(160,29,115); }

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

background-color css

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

 a { background-color: rgb(160,29,115); }

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

border-color css

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

 span { border-color: rgb(160,29,115); }

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