Html Css Color HEX #A11150 Jazzberry Jam

📋 copy color: '#A11150'

red 161 ◦ green 17 ◦ blue 80

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

Shades of Jazzberry Jam #A11150

Tints of Jazzberry Jam #A11150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 62.4%
G = 6.59%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A11150 (or 0xA11150) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 50. RGB value is (161,17,80). Sum of RGB (Red+Green+Blue) = 161+17+80=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A11150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11150 is #5EEEAF. Grayscale: #434343. Windows color (decimal): -6221488 or 5247393. OLE color: 5247393.

HSL color Cylindrical-coordinate representation of color #A11150: hue angle of 333.75º degrees, saturation: 0.81, 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 #A11150 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 80 -
CMYK 0 0.89 0.50 0.37
HSL 333.75º 0.81% 0.35% -
HSV(B) 333.75º 0.89% 0.63% -
XYZ 16.35 8.56 8.38 -
YUV 67.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 161 17 80 0 0.89 0.50 0.37 333.75 0.81 0.35
Hex A1 11 50 0 59 32 25 14E 51 23
Octal 241 21 120 0 131 62 45 516 121 43
Binary 10100001 10001 1010000 0 1011001 110010 100101 101001110 1010001 100011

Color Harmonies of #A11150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11150

Black with #A11150

Text Example


Text Example

White with #A11150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11150; }

 p { color: rgb(161,17,80); }

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

background-color css

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

 a { background-color: rgb(161,17,80); }

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

border-color css

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

 span { border-color: rgb(161,17,80); }

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