Html Css Color HEX #A11974 Jazzberry Jam

📋 copy color: '#A11974'

red 161 ◦ green 25 ◦ blue 116

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

Shades of Jazzberry Jam #A11974

Tints of Jazzberry Jam #A11974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 53.31%
G = 8.28%
B = 38.41%

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

#A11974 (or 0xA11974) is known color: Jazzberry Jam. HEX triplet: A1, 19 and 74. RGB value is (161,25,116). Sum of RGB (Red+Green+Blue) = 161+25+116=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A11974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11974 is #5EE68B. Grayscale: #4B4B4B. Windows color (decimal): -6219404 or 7608737. OLE color: 7608737.

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

Color convert

RGB 161 25 116 -
CMYK 0 0.84 0.28 0.37
HSL 319.85º 0.73% 0.36% -
HSV(B) 319.85º 0.84% 0.63% -
XYZ 18.2 9.53 17.4 -
YUV 76.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 161 25 116 0 0.84 0.28 0.37 319.85 0.73 0.36
Hex A1 19 74 0 54 1C 25 140 49 24
Octal 241 31 164 0 124 34 45 500 111 44
Binary 10100001 11001 1110100 0 1010100 11100 100101 101000000 1001001 100100

Color Harmonies of #A11974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11974

Black with #A11974

Text Example


Text Example

White with #A11974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11974; }

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

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

background-color css

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

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

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

border-color css

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

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

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