#AE45CC

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

Shades of Medium Orchid #AE45CC

Tints of Medium Orchid #AE45CC

Color information

#AE45CC (or 0xAE45CC) is unknown color: approx Medium Orchid. HEX triplet: AE, 45 and CC. RGB value is (174,69,204). Sum of RGB (Red+Green+Blue) = 174+69+204=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE45CC is #51BA33. Grayscale: #737373. Windows color (decimal): -5356084 or 13387182. OLE color: 13387182.

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

Color convert

RGB17469204-
CMYK0.150.6600.2
HSL286.67º56.96%53.53%-
HSV(B)286.67º66.18%80%-
XYZ30.4817.6158.92-
YUV115.78177.79169.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=38.93%
G=15.44%
B=45.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174692040.150.6600.2286.6756.9653.53
HexAE45CCF4201411f3936
Octal256105314171020244377166
Binary1010111010001011100110011111000010010100100011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE45CC; }

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

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

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

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

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

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

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

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