Html Css Color HEX #A21E71 Jazzberry Jam

📋 copy color: '#A21E71'

red 162 ◦ green 30 ◦ blue 113

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

Shades of Jazzberry Jam #A21E71

Tints of Jazzberry Jam #A21E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 53.11%
G = 9.84%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A21E71 (or 0xA21E71) is known color: Jazzberry Jam. HEX triplet: A2, 1E and 71. RGB value is (162,30,113). Sum of RGB (Red+Green+Blue) = 162+30+113=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E71 is #5DE18E. Grayscale: #4E4E4E. Windows color (decimal): -6152591 or 7413410. OLE color: 7413410.

HSL color Cylindrical-coordinate representation of color #A21E71: hue angle of 322.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 #A21E71 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 30 113 -
CMYK 0 0.81 0.30 0.36
HSL 322.27º 0.69% 0.38% -
HSV(B) 322.27º 0.81% 0.64% -
XYZ 18.35 9.8 16.55 -
YUV 78.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 162 30 113 0 0.81 0.30 0.36 322.27 0.69 0.38
Hex A2 1E 71 0 51 1E 24 142 45 26
Octal 242 36 161 0 121 36 44 502 105 46
Binary 10100010 11110 1110001 0 1010001 11110 100100 101000010 1000101 100110

Color Harmonies of #A21E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E71

Black with #A21E71

Text Example


Text Example

White with #A21E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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