#AE5FCC

Color #AE5FCC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AE5FCC

Tints of Medium Orchid #AE5FCC

Color information

#AE5FCC (or 0xAE5FCC) is unknown color: approx Medium Orchid. HEX triplet: AE, 5F and CC. RGB value is (174,95,204). Sum of RGB (Red+Green+Blue) = 174+95+204=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FCC is #51A033. Grayscale: #828282. Windows color (decimal): -5349428 or 13393838. OLE color: 13393838.

HSL color Cylindrical-coordinate representation of color #AE5FCC: hue angle of 283.49º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5FCC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17495204-
CMYK0.150.5300.2
HSL283.49º51.66%58.63%-
HSV(B)283.49º53.43%80%-
XYZ32.4521.5459.57-
YUV131.05169.17158.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=36.79%
G=20.08%
B=43.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174952040.150.5300.2283.4951.6658.63
HexAE5FCCF3501411b343b
Octal25613731417650244336473
Binary101011101011111110011001111110101010100100011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5FCC; }

 p { color: rgb(174,95,204); }

 H1.HeaderClassName
 {
   color: #AE5FCC;
 }
 .AnyTagClassName
 {
   color: #AE5FCC;
 }
</style>
background-color css

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

 a { background-color: rgb(174,95,204); }

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

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

 span { border-color: rgb(174,95,204); }

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