Html Css Color HEX #A11759 Jazzberry Jam

📋 copy color: '#A11759'

red 161 ◦ green 23 ◦ blue 89

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

Shades of Jazzberry Jam #A11759

Tints of Jazzberry Jam #A11759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 58.97%
G = 8.42%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A11759 (or 0xA11759) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 59. RGB value is (161,23,89). Sum of RGB (Red+Green+Blue) = 161+23+89=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A11759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11759 is #5EE8A6. Grayscale: #474747. Windows color (decimal): -6219943 or 5838753. OLE color: 5838753.

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

Color convert

RGB 161 23 89 -
CMYK 0 0.86 0.45 0.37
HSL 331.3º 0.75% 0.36% -
HSV(B) 331.3º 0.86% 0.63% -
XYZ 16.81 8.91 10.29 -
YUV 71.79 137.72 191.63 -
System Red Green Blue C M Y K H S L
Decimal 161 23 89 0 0.86 0.45 0.37 331.3 0.75 0.36
Hex A1 17 59 0 56 2D 25 14B 4B 24
Octal 241 27 131 0 126 55 45 513 113 44
Binary 10100001 10111 1011001 0 1010110 101101 100101 101001011 1001011 100100

Color Harmonies of #A11759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11759

Black with #A11759

Text Example


Text Example

White with #A11759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11759; }

 p { color: rgb(161,23,89); }

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

background-color css

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

 a { background-color: rgb(161,23,89); }

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

border-color css

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

 span { border-color: rgb(161,23,89); }

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