Html Css Color HEX #AE20C9 Dark Orchid

📋 copy color: '#AE20C9'

red 174 ◦ green 32 ◦ blue 201

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

Shades of Dark Orchid #AE20C9

Tints of Dark Orchid #AE20C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 42.75%
G = 7.86%
B = 49.39%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE20C9 (or 0xAE20C9) is known color: Dark Orchid. HEX triplet: AE, 20 and C9. RGB value is (174,32,201). Sum of RGB (Red+Green+Blue) = 174+32+201=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE20C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20C9 is #51DF36. Grayscale: #5D5D5D. Windows color (decimal): -5365559 or 13181102. OLE color: 13181102.

HSL color Cylindrical-coordinate representation of color #AE20C9: hue angle of 290.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE20C9 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 32 201 -
CMYK 0.13 0.84 0 0.21
HSL 290.41º 0.73% 0.46% -
HSV(B) 290.41º 0.84% 0.79% -
XYZ 28.51 14.25 56.51 -
YUV 93.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 174 32 201 0.13 0.84 0 0.21 290.41 0.73 0.46
Hex AE 20 C9 D 54 0 15 122 49 2E
Octal 256 40 311 15 124 0 25 442 111 56
Binary 10101110 100000 11001001 1101 1010100 0 10101 100100010 1001001 101110

Color Harmonies of #AE20C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20C9

Black with #AE20C9

Text Example


Text Example

White with #AE20C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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