Html Css Color HEX #A11057 Jazzberry Jam

📋 copy color: '#A11057'

red 161 ◦ green 16 ◦ blue 87

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

Shades of Jazzberry Jam #A11057

Tints of Jazzberry Jam #A11057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 60.98%
G = 6.06%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A11057 (or 0xA11057) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 57. RGB value is (161,16,87). Sum of RGB (Red+Green+Blue) = 161+16+87=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A11057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11057 is #5EEFA8. Grayscale: #434343. Windows color (decimal): -6221737 or 5705889. OLE color: 5705889.

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

Color convert

RGB 161 16 87 -
CMYK 0 0.90 0.46 0.37
HSL 330.62º 0.82% 0.35% -
HSV(B) 330.62º 0.9% 0.63% -
XYZ 16.6 8.64 9.81 -
YUV 67.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 161 16 87 0 0.90 0.46 0.37 330.62 0.82 0.35
Hex A1 10 57 0 5A 2E 25 14B 52 23
Octal 241 20 127 0 132 56 45 513 122 43
Binary 10100001 10000 1010111 0 1011010 101110 100101 101001011 1010010 100011

Color Harmonies of #A11057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11057

Black with #A11057

Text Example


Text Example

White with #A11057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11057; }

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

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

background-color css

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

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

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

border-color css

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

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

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