Html Css Color HEX #AE20DD Dark Orchid

📋 copy color: '#AE20DD'

red 174 ◦ green 32 ◦ blue 221

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

Shades of Dark Orchid #AE20DD

Tints of Dark Orchid #AE20DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 40.75%
G = 7.49%
B = 51.76%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE20DD (or 0xAE20DD) is known color: Dark Orchid. HEX triplet: AE, 20 and DD. RGB value is (174,32,221). Sum of RGB (Red+Green+Blue) = 174+32+221=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE20DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20DD is #51DF22. Grayscale: #5F5F5F. Windows color (decimal): -5365539 or 14491822. OLE color: 14491822.

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

Color convert

RGB 174 32 221 -
CMYK 0.21 0.86 0 0.13
HSL 285.08º 0.75% 0.5% -
HSV(B) 285.08º 0.86% 0.87% -
XYZ 31.02 15.25 69.72 -
YUV 96 198.54 183.63 -
System Red Green Blue C M Y K H S L
Decimal 174 32 221 0.21 0.86 0 0.13 285.08 0.75 0.5
Hex AE 20 DD 15 56 0 D 11D 4B 32
Octal 256 40 335 25 126 0 15 435 113 62
Binary 10101110 100000 11011101 10101 1010110 0 1101 100011101 1001011 110010

Color Harmonies of #AE20DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20DD

Black with #AE20DD

Text Example


Text Example

White with #AE20DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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