Html Css Color HEX #A21EDA Dark Orchid

📋 copy color: '#A21EDA'

red 162 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #A21EDA

Tints of Dark Orchid #A21EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 39.51%
G = 7.32%
B = 53.17%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A21EDA (or 0xA21EDA) is known color: Dark Orchid. HEX triplet: A2, 1E and DA. RGB value is (162,30,218). Sum of RGB (Red+Green+Blue) = 162+30+218=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #A21EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EDA is #5DE125. Grayscale: #5A5A5A. Windows color (decimal): -6152486 or 14294690. OLE color: 14294690.

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

Color convert

RGB 162 30 218 -
CMYK 0.26 0.86 0 0.15
HSL 282.13º 0.76% 0.49% -
HSV(B) 282.13º 0.86% 0.85% -
XYZ 28.02 13.67 67.49 -
YUV 90.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 162 30 218 0.26 0.86 0 0.15 282.13 0.76 0.49
Hex A2 1E DA 1A 56 0 F 11A 4C 31
Octal 242 36 332 32 126 0 17 432 114 61
Binary 10100010 11110 11011010 11010 1010110 0 1111 100011010 1001100 110001

Color Harmonies of #A21EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EDA

Black with #A21EDA

Text Example


Text Example

White with #A21EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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