Html Css Color HEX #A11052 Jazzberry Jam

📋 copy color: '#A11052'

red 161 ◦ green 16 ◦ blue 82

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

Shades of Jazzberry Jam #A11052

Tints of Jazzberry Jam #A11052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 62.16%
G = 6.18%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A11052 (or 0xA11052) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 52. RGB value is (161,16,82). Sum of RGB (Red+Green+Blue) = 161+16+82=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A11052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11052 is #5EEFAD. Grayscale: #424242. Windows color (decimal): -6221742 or 5378209. OLE color: 5378209.

HSL color Cylindrical-coordinate representation of color #A11052: hue angle of 332.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11052 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 82 -
CMYK 0 0.90 0.49 0.37
HSL 332.69º 0.82% 0.35% -
HSV(B) 332.69º 0.9% 0.63% -
XYZ 16.41 8.56 8.77 -
YUV 66.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 161 16 82 0 0.90 0.49 0.37 332.69 0.82 0.35
Hex A1 10 52 0 5A 31 25 14D 52 23
Octal 241 20 122 0 132 61 45 515 122 43
Binary 10100001 10000 1010010 0 1011010 110001 100101 101001101 1010010 100011

Color Harmonies of #A11052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11052

Black with #A11052

Text Example


Text Example

White with #A11052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11052; }

 p { color: rgb(161,16,82); }

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

background-color css

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

 a { background-color: rgb(161,16,82); }

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

border-color css

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

 span { border-color: rgb(161,16,82); }

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