Html Css Color HEX #A21E8C Dark Purple

📋 copy color: '#A21E8C'

red 162 ◦ green 30 ◦ blue 140

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

Shades of Dark Purple #A21E8C

Tints of Dark Purple #A21E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 48.8%
G = 9.04%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A21E8C (or 0xA21E8C) is known color: Dark Purple. HEX triplet: A2, 1E and 8C. RGB value is (162,30,140). Sum of RGB (Red+Green+Blue) = 162+30+140=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E8C is #5DE173. Grayscale: #515151. Windows color (decimal): -6152564 or 9182882. OLE color: 9182882.

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

Color convert

RGB 162 30 140 -
CMYK 0 0.81 0.14 0.36
HSL 310º 0.69% 0.38% -
HSV(B) 310º 0.81% 0.64% -
XYZ 20.1 10.5 25.78 -
YUV 82.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 162 30 140 0 0.81 0.14 0.36 310 0.69 0.38
Hex A2 1E 8C 0 51 E 24 136 45 26
Octal 242 36 214 0 121 16 44 466 105 46
Binary 10100010 11110 10001100 0 1010001 1110 100100 100110110 1000101 100110

Color Harmonies of #A21E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E8C

Black with #A21E8C

Text Example


Text Example

White with #A21E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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