Html Css Color HEX #A11257 Jazzberry Jam

📋 copy color: '#A11257'

red 161 ◦ green 18 ◦ blue 87

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

Shades of Jazzberry Jam #A11257

Tints of Jazzberry Jam #A11257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 60.53%
G = 6.77%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A11257 (or 0xA11257) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 57. RGB value is (161,18,87). Sum of RGB (Red+Green+Blue) = 161+18+87=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A11257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11257 is #5EEDA8. Grayscale: #444444. Windows color (decimal): -6221225 or 5706401. OLE color: 5706401.

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

Color convert

RGB 161 18 87 -
CMYK 0 0.89 0.46 0.37
HSL 331.05º 0.8% 0.35% -
HSV(B) 331.05º 0.89% 0.63% -
XYZ 16.63 8.7 9.82 -
YUV 68.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 161 18 87 0 0.89 0.46 0.37 331.05 0.8 0.35
Hex A1 12 57 0 59 2E 25 14B 50 23
Octal 241 22 127 0 131 56 45 513 120 43
Binary 10100001 10010 1010111 0 1011001 101110 100101 101001011 1010000 100011

Color Harmonies of #A11257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11257

Black with #A11257

Text Example


Text Example

White with #A11257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11257; }

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

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

background-color css

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

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

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

border-color css

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

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

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