Html Css Color HEX #A21153 Jazzberry Jam

📋 copy color: '#A21153'

red 162 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #A21153

Tints of Jazzberry Jam #A21153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 61.83%
G = 6.49%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A21153 (or 0xA21153) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 53. RGB value is (162,17,83). Sum of RGB (Red+Green+Blue) = 162+17+83=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A21153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21153 is #5DEEAC. Grayscale: #434343. Windows color (decimal): -6155949 or 5444002. OLE color: 5444002.

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

Color convert

RGB 162 17 83 -
CMYK 0 0.90 0.49 0.36
HSL 332.69º 0.81% 0.35% -
HSV(B) 332.69º 0.9% 0.64% -
XYZ 16.66 8.71 8.99 -
YUV 67.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 162 17 83 0 0.90 0.49 0.36 332.69 0.81 0.35
Hex A2 11 53 0 5A 31 24 14D 51 23
Octal 242 21 123 0 132 61 44 515 121 43
Binary 10100010 10001 1010011 0 1011010 110001 100100 101001101 1010001 100011

Color Harmonies of #A21153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21153

Black with #A21153

Text Example


Text Example

White with #A21153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21153; }

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

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

background-color css

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

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

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

border-color css

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

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

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