Html Css Color HEX #A21EC0 Dark Orchid

📋 copy color: '#A21EC0'

red 162 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #A21EC0

Tints of Dark Orchid #A21EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50%

R = 42.19%
G = 7.81%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A21EC0 (or 0xA21EC0) is known color: Dark Orchid. HEX triplet: A2, 1E and C0. RGB value is (162,30,192). Sum of RGB (Red+Green+Blue) = 162+30+192=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #A21EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EC0 is #5DE13F. Grayscale: #575757. Windows color (decimal): -6152512 or 12590754. OLE color: 12590754.

HSL color Cylindrical-coordinate representation of color #A21EC0: hue angle of 288.89º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21EC0 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 30 192 -
CMYK 0.16 0.84 0 0.25
HSL 288.89º 0.73% 0.44% -
HSV(B) 288.89º 0.84% 0.75% -
XYZ 24.88 12.42 50.95 -
YUV 87.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 162 30 192 0.16 0.84 0 0.25 288.89 0.73 0.44
Hex A2 1E C0 10 54 0 19 121 49 2C
Octal 242 36 300 20 124 0 31 441 111 54
Binary 10100010 11110 11000000 10000 1010100 0 11001 100100001 1001001 101100

Color Harmonies of #A21EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EC0

Black with #A21EC0

Text Example


Text Example

White with #A21EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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