Html Css Color HEX #AE5DDE Medium Orchid

📋 copy color: '#AE5DDE'

red 174 ◦ green 93 ◦ blue 222

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

Shades of Medium Orchid #AE5DDE

Tints of Medium Orchid #AE5DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 35.58%
G = 19.02%
B = 45.4%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE5DDE (or 0xAE5DDE) is known color: Medium Orchid. HEX triplet: AE, 5D and DE. RGB value is (174,93,222). Sum of RGB (Red+Green+Blue) = 174+93+222=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DDE is #51A221. Grayscale: #838383. Windows color (decimal): -5349922 or 14572974. OLE color: 14572974.

HSL color Cylindrical-coordinate representation of color #AE5DDE: hue angle of 277.67º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE5DDE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 93 222 -
CMYK 0.22 0.58 0 0.13
HSL 277.67º 0.66% 0.62% -
HSV(B) 277.67º 0.58% 0.87% -
XYZ 34.55 22.1 71.55 -
YUV 131.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 174 93 222 0.22 0.58 0 0.13 277.67 0.66 0.62
Hex AE 5D DE 16 3A 0 D 116 42 3E
Octal 256 135 336 26 72 0 15 426 102 76
Binary 10101110 1011101 11011110 10110 111010 0 1101 100010110 1000010 111110

Color Harmonies of #AE5DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DDE

Black with #AE5DDE

Text Example


Text Example

White with #AE5DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DDE; }

 p { color: rgb(174,93,222); }

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

background-color css

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

 a { background-color: rgb(174,93,222); }

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

border-color css

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

 span { border-color: rgb(174,93,222); }

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