Html Css Color HEX #A11A54 Jazzberry Jam

📋 copy color: '#A11A54'

red 161 ◦ green 26 ◦ blue 84

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

Shades of Jazzberry Jam #A11A54

Tints of Jazzberry Jam #A11A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 59.41%
G = 9.59%
B = 31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A11A54 (or 0xA11A54) is known color: Jazzberry Jam. HEX triplet: A1, 1A and 54. RGB value is (161,26,84). Sum of RGB (Red+Green+Blue) = 161+26+84=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A54 is #5EE5AB. Grayscale: #484848. Windows color (decimal): -6219180 or 5511841. OLE color: 5511841.

HSL color Cylindrical-coordinate representation of color #A11A54: hue angle of 334.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A54 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 26 84 -
CMYK 0 0.84 0.48 0.37
HSL 334.22º 0.72% 0.37% -
HSV(B) 334.22º 0.84% 0.63% -
XYZ 16.67 8.96 9.24 -
YUV 72.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 161 26 84 0 0.84 0.48 0.37 334.22 0.72 0.37
Hex A1 1A 54 0 54 30 25 14E 48 25
Octal 241 32 124 0 124 60 45 516 110 45
Binary 10100001 11010 1010100 0 1010100 110000 100101 101001110 1001000 100101

Color Harmonies of #A11A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A54

Black with #A11A54

Text Example


Text Example

White with #A11A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A54; }

 p { color: rgb(161,26,84); }

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

background-color css

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

 a { background-color: rgb(161,26,84); }

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

border-color css

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

 span { border-color: rgb(161,26,84); }

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