Html Css Color HEX #A21163 Jazzberry Jam

📋 copy color: '#A21163'

red 162 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #A21163

Tints of Jazzberry Jam #A21163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 58.27%
G = 6.12%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A21163 (or 0xA21163) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 63. RGB value is (162,17,99). Sum of RGB (Red+Green+Blue) = 162+17+99=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A21163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21163 is #5DEE9C. Grayscale: #454545. Windows color (decimal): -6155933 or 6492578. OLE color: 6492578.

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

Color convert

RGB 162 17 99 -
CMYK 0 0.90 0.39 0.36
HSL 326.07º 0.81% 0.35% -
HSV(B) 326.07º 0.9% 0.64% -
XYZ 17.35 8.98 12.62 -
YUV 69.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 162 17 99 0 0.90 0.39 0.36 326.07 0.81 0.35
Hex A2 11 63 0 5A 27 24 146 51 23
Octal 242 21 143 0 132 47 44 506 121 43
Binary 10100010 10001 1100011 0 1011010 100111 100100 101000110 1010001 100011

Color Harmonies of #A21163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21163

Black with #A21163

Text Example


Text Example

White with #A21163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21163; }

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

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

background-color css

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

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

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

border-color css

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

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

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