Html Css Color HEX #AE2DC0 Dark Orchid

📋 copy color: '#AE2DC0'

red 174 ◦ green 45 ◦ blue 192

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

Shades of Dark Orchid #AE2DC0

Tints of Dark Orchid #AE2DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

 BLUE value IS 192 (75.39% from 255) = 46.72%

R = 42.34%
G = 10.95%
B = 46.72%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE2DC0 (or 0xAE2DC0) is known color: Dark Orchid. HEX triplet: AE, 2D and C0. RGB value is (174,45,192). Sum of RGB (Red+Green+Blue) = 174+45+192=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE2DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DC0 is #51D23F. Grayscale: #636363. Windows color (decimal): -5362240 or 12594606. OLE color: 12594606.

HSL color Cylindrical-coordinate representation of color #AE2DC0: hue angle of 292.65º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2DC0 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 45 192 -
CMYK 0.09 0.77 0 0.25
HSL 292.65º 0.62% 0.46% -
HSV(B) 292.65º 0.77% 0.75% -
XYZ 27.91 14.68 51.23 -
YUV 100.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 174 45 192 0.09 0.77 0 0.25 292.65 0.62 0.46
Hex AE 2D C0 9 4D 0 19 125 3E 2E
Octal 256 55 300 11 115 0 31 445 76 56
Binary 10101110 101101 11000000 1001 1001101 0 11001 100100101 111110 101110

Color Harmonies of #AE2DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2DC0

Black with #AE2DC0

Text Example


Text Example

White with #AE2DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2DC0; }

 p { color: rgb(174,45,192); }

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

background-color css

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

 a { background-color: rgb(174,45,192); }

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

border-color css

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

 span { border-color: rgb(174,45,192); }

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