Html Css Color HEX #A11973 Jazzberry Jam

📋 copy color: '#A11973'

red 161 ◦ green 25 ◦ blue 115

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

Shades of Jazzberry Jam #A11973

Tints of Jazzberry Jam #A11973

RGB

 RED value IS 161 (63.28% from 255) = 53.49%

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

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

R = 53.49%
G = 8.31%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A11973 (or 0xA11973) is known color: Jazzberry Jam. HEX triplet: A1, 19 and 73. RGB value is (161,25,115). Sum of RGB (Red+Green+Blue) = 161+25+115=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A11973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11973 is #5EE68C. Grayscale: #4B4B4B. Windows color (decimal): -6219405 or 7543201. OLE color: 7543201.

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

Color convert

RGB 161 25 115 -
CMYK 0 0.84 0.29 0.37
HSL 320.29º 0.73% 0.36% -
HSV(B) 320.29º 0.84% 0.63% -
XYZ 18.14 9.51 17.1 -
YUV 75.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 161 25 115 0 0.84 0.29 0.37 320.29 0.73 0.36
Hex A1 19 73 0 54 1D 25 140 49 24
Octal 241 31 163 0 124 35 45 500 111 44
Binary 10100001 11001 1110011 0 1010100 11101 100101 101000000 1001001 100100

Color Harmonies of #A11973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11973

Black with #A11973

Text Example


Text Example

White with #A11973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11973; }

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

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

background-color css

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

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

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

border-color css

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

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

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