Html Css Color HEX #AE47CF Medium Orchid

📋 copy color: '#AE47CF'

red 174 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #AE47CF

Tints of Medium Orchid #AE47CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.71%

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

R = 38.5%
G = 15.71%
B = 45.8%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE47CF (or 0xAE47CF) is known color: Medium Orchid. HEX triplet: AE, 47 and CF. RGB value is (174,71,207). Sum of RGB (Red+Green+Blue) = 174+71+207=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE47CF is #51B830. Grayscale: #747474. Windows color (decimal): -5355569 or 13584302. OLE color: 13584302.

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

Color convert

RGB 174 71 207 -
CMYK 0.16 0.66 0 0.19
HSL 285.44º 0.59% 0.55% -
HSV(B) 285.44º 0.66% 0.81% -
XYZ 30.97 18.01 60.88 -
YUV 117.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 174 71 207 0.16 0.66 0 0.19 285.44 0.59 0.55
Hex AE 47 CF 10 42 0 13 11D 3B 37
Octal 256 107 317 20 102 0 23 435 73 67
Binary 10101110 1000111 11001111 10000 1000010 0 10011 100011101 111011 110111

Color Harmonies of #AE47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE47CF

Black with #AE47CF

Text Example


Text Example

White with #AE47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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