Html Css Color HEX #AE55DF Medium Orchid

📋 copy color: '#AE55DF'

red 174 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #AE55DF

Tints of Medium Orchid #AE55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 36.1%
G = 17.63%
B = 46.27%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE55DF (or 0xAE55DF) is known color: Medium Orchid. HEX triplet: AE, 55 and DF. RGB value is (174,85,223). Sum of RGB (Red+Green+Blue) = 174+85+223=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55DF is #51AA20. Grayscale: #7E7E7E. Windows color (decimal): -5351969 or 14636462. OLE color: 14636462.

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

Color convert

RGB 174 85 223 -
CMYK 0.22 0.62 0 0.13
HSL 278.7º 0.68% 0.6% -
HSV(B) 278.7º 0.62% 0.87% -
XYZ 34.02 20.82 72.04 -
YUV 127.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 174 85 223 0.22 0.62 0 0.13 278.7 0.68 0.6
Hex AE 55 DF 16 3E 0 D 117 44 3C
Octal 256 125 337 26 76 0 15 427 104 74
Binary 10101110 1010101 11011111 10110 111110 0 1101 100010111 1000100 111100

Color Harmonies of #AE55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE55DF

Black with #AE55DF

Text Example


Text Example

White with #AE55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE55DF; }

 p { color: rgb(174,85,223); }

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

background-color css

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

 a { background-color: rgb(174,85,223); }

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

border-color css

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

 span { border-color: rgb(174,85,223); }

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