Html Css Color HEX #AE20D0 Dark Orchid

📋 copy color: '#AE20D0'

red 174 ◦ green 32 ◦ blue 208

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

Shades of Dark Orchid #AE20D0

Tints of Dark Orchid #AE20D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.24%

R = 42.03%
G = 7.73%
B = 50.24%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE20D0 (or 0xAE20D0) is known color: Dark Orchid. HEX triplet: AE, 20 and D0. RGB value is (174,32,208). Sum of RGB (Red+Green+Blue) = 174+32+208=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE20D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20D0 is #51DF2F. Grayscale: #5D5D5D. Windows color (decimal): -5365552 or 13639854. OLE color: 13639854.

HSL color Cylindrical-coordinate representation of color #AE20D0: hue angle of 288.41º 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 #AE20D0 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 32 208 -
CMYK 0.16 0.85 0 0.18
HSL 288.41º 0.73% 0.47% -
HSV(B) 288.41º 0.85% 0.82% -
XYZ 29.36 14.59 60.94 -
YUV 94.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 174 32 208 0.16 0.85 0 0.18 288.41 0.73 0.47
Hex AE 20 D0 10 55 0 12 120 49 2F
Octal 256 40 320 20 125 0 22 440 111 57
Binary 10101110 100000 11010000 10000 1010101 0 10010 100100000 1001001 101111

Color Harmonies of #AE20D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20D0

Black with #AE20D0

Text Example


Text Example

White with #AE20D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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