Html Css Color HEX #AE55CF Medium Orchid

📋 copy color: '#AE55CF'

red 174 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #AE55CF

Tints of Medium Orchid #AE55CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 37.34%
G = 18.24%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE55CF (or 0xAE55CF) is known color: Medium Orchid. HEX triplet: AE, 55 and CF. RGB value is (174,85,207). Sum of RGB (Red+Green+Blue) = 174+85+207=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE55CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55CF is #51AA30. Grayscale: #7D7D7D. Windows color (decimal): -5351985 or 13587886. OLE color: 13587886.

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

Color convert

RGB 174 85 207 -
CMYK 0.16 0.59 0 0.19
HSL 283.77º 0.56% 0.57% -
HSV(B) 283.77º 0.59% 0.81% -
XYZ 31.97 20 61.21 -
YUV 125.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 174 85 207 0.16 0.59 0 0.19 283.77 0.56 0.57
Hex AE 55 CF 10 3B 0 13 11C 38 39
Octal 256 125 317 20 73 0 23 434 70 71
Binary 10101110 1010101 11001111 10000 111011 0 10011 100011100 111000 111001

Color Harmonies of #AE55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE55CF

Black with #AE55CF

Text Example


Text Example

White with #AE55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE55CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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