Html Css Color HEX #A11259 Jazzberry Jam

📋 copy color: '#A11259'

red 161 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #A11259

Tints of Jazzberry Jam #A11259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 60.07%
G = 6.72%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A11259 (or 0xA11259) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 59. RGB value is (161,18,89). Sum of RGB (Red+Green+Blue) = 161+18+89=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A11259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11259 is #5EEDA6. Grayscale: #444444. Windows color (decimal): -6221223 or 5837473. OLE color: 5837473.

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

Color convert

RGB 161 18 89 -
CMYK 0 0.89 0.45 0.37
HSL 330.21º 0.8% 0.35% -
HSV(B) 330.21º 0.89% 0.63% -
XYZ 16.72 8.73 10.26 -
YUV 68.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 161 18 89 0 0.89 0.45 0.37 330.21 0.8 0.35
Hex A1 12 59 0 59 2D 25 14A 50 23
Octal 241 22 131 0 131 55 45 512 120 43
Binary 10100001 10010 1011001 0 1011001 101101 100101 101001010 1010000 100011

Color Harmonies of #A11259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11259

Black with #A11259

Text Example


Text Example

White with #A11259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11259; }

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

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

background-color css

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

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

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

border-color css

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

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

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