Html Css Color HEX #AE55D0 Medium Orchid

📋 copy color: '#AE55D0'

red 174 ◦ green 85 ◦ blue 208

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

Shades of Medium Orchid #AE55D0

Tints of Medium Orchid #AE55D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 37.26%
G = 18.2%
B = 44.54%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE55D0 (or 0xAE55D0) is known color: Medium Orchid. HEX triplet: AE, 55 and D0. RGB value is (174,85,208). Sum of RGB (Red+Green+Blue) = 174+85+208=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE55D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55D0 is #51AA2F. Grayscale: #7D7D7D. Windows color (decimal): -5351984 or 13653422. OLE color: 13653422.

HSL color Cylindrical-coordinate representation of color #AE55D0: hue angle of 283.41º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE55D0 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 85 208 -
CMYK 0.16 0.59 0 0.18
HSL 283.41º 0.57% 0.57% -
HSV(B) 283.41º 0.59% 0.82% -
XYZ 32.09 20.05 61.85 -
YUV 125.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 174 85 208 0.16 0.59 0 0.18 283.41 0.57 0.57
Hex AE 55 D0 10 3B 0 12 11B 39 39
Octal 256 125 320 20 73 0 22 433 71 71
Binary 10101110 1010101 11010000 10000 111011 0 10010 100011011 111001 111001

Color Harmonies of #AE55D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE55D0

Black with #AE55D0

Text Example


Text Example

White with #AE55D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE55D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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