Html Css Color HEX #A01973 Jazzberry Jam

📋 copy color: '#A01973'

red 160 ◦ green 25 ◦ blue 115

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

Shades of Jazzberry Jam #A01973

Tints of Jazzberry Jam #A01973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

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

R = 53.33%
G = 8.33%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A01973 (or 0xA01973) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 73. RGB value is (160,25,115). Sum of RGB (Red+Green+Blue) = 160+25+115=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A01973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01973 is #5FE68C. Grayscale: #4B4B4B. Windows color (decimal): -6284941 or 7543200. OLE color: 7543200.

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

Color convert

RGB 160 25 115 -
CMYK 0 0.84 0.28 0.37
HSL 320º 0.73% 0.36% -
HSV(B) 320º 0.84% 0.63% -
XYZ 17.94 9.41 17.09 -
YUV 75.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 160 25 115 0 0.84 0.28 0.37 320 0.73 0.36
Hex A0 19 73 0 54 1C 25 140 49 24
Octal 240 31 163 0 124 34 45 500 111 44
Binary 10100000 11001 1110011 0 1010100 11100 100101 101000000 1001001 100100

Color Harmonies of #A01973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01973

Black with #A01973

Text Example


Text Example

White with #A01973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01973; }

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

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

background-color css

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

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

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

border-color css

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

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

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