Html Css Color HEX #A21E70 Jazzberry Jam

📋 copy color: '#A21E70'

red 162 ◦ green 30 ◦ blue 112

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

Shades of Jazzberry Jam #A21E70

Tints of Jazzberry Jam #A21E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 53.29%
G = 9.87%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A21E70 (or 0xA21E70) is known color: Jazzberry Jam. HEX triplet: A2, 1E and 70. RGB value is (162,30,112). Sum of RGB (Red+Green+Blue) = 162+30+112=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E70 is #5DE18F. Grayscale: #4E4E4E. Windows color (decimal): -6152592 or 7347874. OLE color: 7347874.

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

Color convert

RGB 162 30 112 -
CMYK 0 0.81 0.31 0.36
HSL 322.73º 0.69% 0.38% -
HSV(B) 322.73º 0.81% 0.64% -
XYZ 18.29 9.78 16.25 -
YUV 78.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 162 30 112 0 0.81 0.31 0.36 322.73 0.69 0.38
Hex A2 1E 70 0 51 1F 24 143 45 26
Octal 242 36 160 0 121 37 44 503 105 46
Binary 10100010 11110 1110000 0 1010001 11111 100100 101000011 1000101 100110

Color Harmonies of #A21E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E70

Black with #A21E70

Text Example


Text Example

White with #A21E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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