Html Css Color HEX #A21ECE Dark Orchid

📋 copy color: '#A21ECE'

red 162 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #A21ECE

Tints of Dark Orchid #A21ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 40.7%
G = 7.54%
B = 51.76%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A21ECE (or 0xA21ECE) is known color: Dark Orchid. HEX triplet: A2, 1E and CE. RGB value is (162,30,206). Sum of RGB (Red+Green+Blue) = 162+30+206=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #A21ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ECE is #5DE131. Grayscale: #585858. Windows color (decimal): -6152498 or 13508258. OLE color: 13508258.

HSL color Cylindrical-coordinate representation of color #A21ECE: hue angle of 285º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21ECE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 30 206 -
CMYK 0.21 0.85 0 0.19
HSL 285º 0.75% 0.46% -
HSV(B) 285º 0.85% 0.81% -
XYZ 26.51 13.07 59.52 -
YUV 89.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 162 30 206 0.21 0.85 0 0.19 285 0.75 0.46
Hex A2 1E CE 15 55 0 13 11D 4B 2E
Octal 242 36 316 25 125 0 23 435 113 56
Binary 10100010 11110 11001110 10101 1010101 0 10011 100011101 1001011 101110

Color Harmonies of #A21ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ECE

Black with #A21ECE

Text Example


Text Example

White with #A21ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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