Html Css Color HEX #AE54CF Medium Orchid

📋 copy color: '#AE54CF'

red 174 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #AE54CF

Tints of Medium Orchid #AE54CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.06%

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

R = 37.42%
G = 18.06%
B = 44.52%

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

#AE54CF (or 0xAE54CF) is known color: Medium Orchid. HEX triplet: AE, 54 and CF. RGB value is (174,84,207). Sum of RGB (Red+Green+Blue) = 174+84+207=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54CF is #51AB30. Grayscale: #7C7C7C. Windows color (decimal): -5352241 or 13587630. OLE color: 13587630.

HSL color Cylindrical-coordinate representation of color #AE54CF: hue angle of 283.9º 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 #AE54CF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 84 207 -
CMYK 0.16 0.59 0 0.19
HSL 283.9º 0.56% 0.57% -
HSV(B) 283.9º 0.59% 0.81% -
XYZ 31.89 19.84 61.18 -
YUV 124.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 174 84 207 0.16 0.59 0 0.19 283.9 0.56 0.57
Hex AE 54 CF 10 3B 0 13 11C 38 39
Octal 256 124 317 20 73 0 23 434 70 71
Binary 10101110 1010100 11001111 10000 111011 0 10011 100011100 111000 111001

Color Harmonies of #AE54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE54CF

Black with #AE54CF

Text Example


Text Example

White with #AE54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE54CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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