Html Css Color HEX #A21EDB Dark Orchid

📋 copy color: '#A21EDB'

red 162 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #A21EDB

Tints of Dark Orchid #A21EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 39.42%
G = 7.3%
B = 53.28%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A21EDB (or 0xA21EDB) is known color: Dark Orchid. HEX triplet: A2, 1E and DB. RGB value is (162,30,219). Sum of RGB (Red+Green+Blue) = 162+30+219=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #A21EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EDB is #5DE124. Grayscale: #5A5A5A. Windows color (decimal): -6152485 or 14360226. OLE color: 14360226.

HSL color Cylindrical-coordinate representation of color #A21EDB: hue angle of 281.9º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21EDB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 30 219 -
CMYK 0.26 0.86 0 0.14
HSL 281.9º 0.76% 0.49% -
HSV(B) 281.9º 0.86% 0.86% -
XYZ 28.15 13.72 68.18 -
YUV 91.01 200.23 178.63 -
System Red Green Blue C M Y K H S L
Decimal 162 30 219 0.26 0.86 0 0.14 281.9 0.76 0.49
Hex A2 1E DB 1A 56 0 E 11A 4C 31
Octal 242 36 333 32 126 0 16 432 114 61
Binary 10100010 11110 11011011 11010 1010110 0 1110 100011010 1001100 110001

Color Harmonies of #A21EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EDB

Black with #A21EDB

Text Example


Text Example

White with #A21EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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