Html Css Color HEX #A21EDC Dark Orchid

📋 copy color: '#A21EDC'

red 162 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #A21EDC

Tints of Dark Orchid #A21EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 39.32%
G = 7.28%
B = 53.4%

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

#A21EDC (or 0xA21EDC) is known color: Dark Orchid. HEX triplet: A2, 1E and DC. RGB value is (162,30,220). Sum of RGB (Red+Green+Blue) = 162+30+220=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #A21EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EDC is #5DE123. Grayscale: #5A5A5A. Windows color (decimal): -6152484 or 14425762. OLE color: 14425762.

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

Color convert

RGB 162 30 220 -
CMYK 0.26 0.86 0 0.14
HSL 281.68º 0.76% 0.49% -
HSV(B) 281.68º 0.86% 0.86% -
XYZ 28.28 13.78 68.88 -
YUV 91.13 200.73 178.55 -
System Red Green Blue C M Y K H S L
Decimal 162 30 220 0.26 0.86 0 0.14 281.68 0.76 0.49
Hex A2 1E DC 1A 56 0 E 11A 4C 31
Octal 242 36 334 32 126 0 16 432 114 61
Binary 10100010 11110 11011100 11010 1010110 0 1110 100011010 1001100 110001

Color Harmonies of #A21EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EDC

Black with #A21EDC

Text Example


Text Example

White with #A21EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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