Html Css Color HEX #A21E5B Jazzberry Jam

📋 copy color: '#A21E5B'

red 162 ◦ green 30 ◦ blue 91

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

Shades of Jazzberry Jam #A21E5B

Tints of Jazzberry Jam #A21E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 57.24%
G = 10.6%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A21E5B (or 0xA21E5B) is known color: Jazzberry Jam. HEX triplet: A2, 1E and 5B. RGB value is (162,30,91). Sum of RGB (Red+Green+Blue) = 162+30+91=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E5B is #5DE1A4. Grayscale: #4C4C4C. Windows color (decimal): -6152613 or 5971618. OLE color: 5971618.

HSL color Cylindrical-coordinate representation of color #A21E5B: hue angle of 332.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E5B is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 30 91 -
CMYK 0 0.81 0.44 0.36
HSL 332.27º 0.69% 0.38% -
HSV(B) 332.27º 0.81% 0.64% -
XYZ 17.25 9.37 10.8 -
YUV 76.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 162 30 91 0 0.81 0.44 0.36 332.27 0.69 0.38
Hex A2 1E 5B 0 51 2C 24 14C 45 26
Octal 242 36 133 0 121 54 44 514 105 46
Binary 10100010 11110 1011011 0 1010001 101100 100100 101001100 1000101 100110

Color Harmonies of #A21E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E5B

Black with #A21E5B

Text Example


Text Example

White with #A21E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E5B; }

 p { color: rgb(162,30,91); }

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

background-color css

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

 a { background-color: rgb(162,30,91); }

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

border-color css

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

 span { border-color: rgb(162,30,91); }

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