Html Css Color HEX #A21E7A Dark Purple

📋 copy color: '#A21E7A'

red 162 ◦ green 30 ◦ blue 122

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

Shades of Dark Purple #A21E7A

Tints of Dark Purple #A21E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 51.59%
G = 9.55%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A21E7A (or 0xA21E7A) is known color: Dark Purple. HEX triplet: A2, 1E and 7A. RGB value is (162,30,122). Sum of RGB (Red+Green+Blue) = 162+30+122=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E7A is #5DE185. Grayscale: #4F4F4F. Windows color (decimal): -6152582 or 8003234. OLE color: 8003234.

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

Color convert

RGB 162 30 122 -
CMYK 0 0.81 0.25 0.36
HSL 318.18º 0.69% 0.38% -
HSV(B) 318.18º 0.81% 0.64% -
XYZ 18.88 10.02 19.35 -
YUV 79.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 162 30 122 0 0.81 0.25 0.36 318.18 0.69 0.38
Hex A2 1E 7A 0 51 19 24 13E 45 26
Octal 242 36 172 0 121 31 44 476 105 46
Binary 10100010 11110 1111010 0 1010001 11001 100100 100111110 1000101 100110

Color Harmonies of #A21E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E7A

Black with #A21E7A

Text Example


Text Example

White with #A21E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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