Html Css Color HEX #AE20DC Dark Orchid

📋 copy color: '#AE20DC'

red 174 ◦ green 32 ◦ blue 220

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

Shades of Dark Orchid #AE20DC

Tints of Dark Orchid #AE20DC

RGB

 RED value IS 174 (68.36% from 255) = 40.85%

 GREEN value IS 32 (12.89% from 255) = 7.51%

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

R = 40.85%
G = 7.51%
B = 51.64%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE20DC (or 0xAE20DC) is known color: Dark Orchid. HEX triplet: AE, 20 and DC. RGB value is (174,32,220). Sum of RGB (Red+Green+Blue) = 174+32+220=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE20DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20DC is #51DF23. Grayscale: #5F5F5F. Windows color (decimal): -5365540 or 14426286. OLE color: 14426286.

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

Color convert

RGB 174 32 220 -
CMYK 0.21 0.85 0 0.14
HSL 285.32º 0.75% 0.49% -
HSV(B) 285.32º 0.85% 0.86% -
XYZ 30.89 15.2 69.02 -
YUV 95.89 198.04 183.71 -
System Red Green Blue C M Y K H S L
Decimal 174 32 220 0.21 0.85 0 0.14 285.32 0.75 0.49
Hex AE 20 DC 15 55 0 E 11D 4B 31
Octal 256 40 334 25 125 0 16 435 113 61
Binary 10101110 100000 11011100 10101 1010101 0 1110 100011101 1001011 110001

Color Harmonies of #AE20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20DC

Black with #AE20DC

Text Example


Text Example

White with #AE20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20DC; }

 p { color: rgb(174,32,220); }

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

background-color css

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

 a { background-color: rgb(174,32,220); }

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

border-color css

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

 span { border-color: rgb(174,32,220); }

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