Html Css Color HEX #AE20AD Dark Orchid

📋 copy color: '#AE20AD'

red 174 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #AE20AD

Tints of Dark Orchid #AE20AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 45.91%
G = 8.44%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE20AD (or 0xAE20AD) is known color: Dark Orchid. HEX triplet: AE, 20 and AD. RGB value is (174,32,173). Sum of RGB (Red+Green+Blue) = 174+32+173=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE20AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE20AD is #51DF52. Grayscale: #5A5A5A. Windows color (decimal): -5365587 or 11346094. OLE color: 11346094.

HSL color Cylindrical-coordinate representation of color #AE20AD: hue angle of 300.42º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE20AD is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 173 -
CMYK 0 0.82 0.01 0.32
HSL 300.42º 0.69% 0.4% -
HSV(B) 300.42º 0.82% 0.68% -
XYZ 25.51 13.05 40.71 -
YUV 90.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 174 32 173 0 0.82 0.01 0.32 300.42 0.69 0.4
Hex AE 20 AD 0 52 1 20 12C 45 28
Octal 256 40 255 0 122 1 40 454 105 50
Binary 10101110 100000 10101101 0 1010010 1 100000 100101100 1000101 101000

Color Harmonies of #AE20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20AD

Black with #AE20AD

Text Example


Text Example

White with #AE20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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