Html Css Color HEX #A11148 Jazzberry Jam

📋 copy color: '#A11148'

red 161 ◦ green 17 ◦ blue 72

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

Shades of Jazzberry Jam #A11148

Tints of Jazzberry Jam #A11148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 64.4%
G = 6.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A11148 (or 0xA11148) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 48. RGB value is (161,17,72). Sum of RGB (Red+Green+Blue) = 161+17+72=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A11148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11148 is #5EEEB7. Grayscale: #424242. Windows color (decimal): -6221496 or 4723105. OLE color: 4723105.

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

Color convert

RGB 161 17 72 -
CMYK 0 0.89 0.55 0.37
HSL 337.08º 0.81% 0.35% -
HSV(B) 337.08º 0.89% 0.63% -
XYZ 16.07 8.45 6.91 -
YUV 66.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 161 17 72 0 0.89 0.55 0.37 337.08 0.81 0.35
Hex A1 11 48 0 59 37 25 151 51 23
Octal 241 21 110 0 131 67 45 521 121 43
Binary 10100001 10001 1001000 0 1011001 110111 100101 101010001 1010001 100011

Color Harmonies of #A11148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11148

Black with #A11148

Text Example


Text Example

White with #A11148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11148; }

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

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

background-color css

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

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

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

border-color css

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

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

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