Html Css Color HEX #AE20D1 Dark Orchid

📋 copy color: '#AE20D1'

red 174 ◦ green 32 ◦ blue 209

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

Shades of Dark Orchid #AE20D1

Tints of Dark Orchid #AE20D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.36%

R = 41.93%
G = 7.71%
B = 50.36%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE20D1 (or 0xAE20D1) is known color: Dark Orchid. HEX triplet: AE, 20 and D1. RGB value is (174,32,209). Sum of RGB (Red+Green+Blue) = 174+32+209=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE20D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20D1 is #51DF2E. Grayscale: #5E5E5E. Windows color (decimal): -5365551 or 13705390. OLE color: 13705390.

HSL color Cylindrical-coordinate representation of color #AE20D1: hue angle of 288.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE20D1 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 32 209 -
CMYK 0.17 0.85 0 0.18
HSL 288.14º 0.73% 0.47% -
HSV(B) 288.14º 0.85% 0.82% -
XYZ 29.48 14.64 61.59 -
YUV 94.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 174 32 209 0.17 0.85 0 0.18 288.14 0.73 0.47
Hex AE 20 D1 11 55 0 12 120 49 2F
Octal 256 40 321 21 125 0 22 440 111 57
Binary 10101110 100000 11010001 10001 1010101 0 10010 100100000 1001001 101111

Color Harmonies of #AE20D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20D1

Black with #AE20D1

Text Example


Text Example

White with #AE20D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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