Html Css Color HEX #A21157 Jazzberry Jam

📋 copy color: '#A21157'

red 162 ◦ green 17 ◦ blue 87

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

Shades of Jazzberry Jam #A21157

Tints of Jazzberry Jam #A21157

RGB

 RED value IS 162 (63.67% from 255) = 60.9%

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

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

R = 60.9%
G = 6.39%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A21157 (or 0xA21157) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 57. RGB value is (162,17,87). Sum of RGB (Red+Green+Blue) = 162+17+87=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A21157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21157 is #5DEEA8. Grayscale: #444444. Windows color (decimal): -6155945 or 5706146. OLE color: 5706146.

HSL color Cylindrical-coordinate representation of color #A21157: hue angle of 331.03º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21157 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 87 -
CMYK 0 0.90 0.46 0.36
HSL 331.03º 0.81% 0.35% -
HSV(B) 331.03º 0.9% 0.64% -
XYZ 16.82 8.77 9.82 -
YUV 68.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 162 17 87 0 0.90 0.46 0.36 331.03 0.81 0.35
Hex A2 11 57 0 5A 2E 24 14B 51 23
Octal 242 21 127 0 132 56 44 513 121 43
Binary 10100010 10001 1010111 0 1011010 101110 100100 101001011 1010001 100011

Color Harmonies of #A21157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21157

Black with #A21157

Text Example


Text Example

White with #A21157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21157; }

 p { color: rgb(162,17,87); }

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

background-color css

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

 a { background-color: rgb(162,17,87); }

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

border-color css

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

 span { border-color: rgb(162,17,87); }

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