#AE69CD

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

Shades of Medium Orchid #AE69CD

Tints of Medium Orchid #AE69CD

Color information

#AE69CD (or 0xAE69CD) is unknown color: approx Medium Orchid. HEX triplet: AE, 69 and CD. RGB value is (174,105,205). Sum of RGB (Red+Green+Blue) = 174+105+205=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE69CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69CD is #519632. Grayscale: #888888. Windows color (decimal): -5346867 or 13461934. OLE color: 13461934.

HSL color Cylindrical-coordinate representation of color #AE69CD: hue angle of 281.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE69CD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174105205-
CMYK0.150.4900.20
HSL281.4º50%60.78%-
HSV(B)281.4º48.78%80.39%-
XYZ33.5323.5160.53-
YUV137.03166.36154.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=35.95%
G=21.69%
B=42.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741052050.150.4900.20281.45060.78
HexAE69CDF31014119323d
Octal25615131517610244316275
Binary101011101101001110011011111110001010100100011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69CD; }

 p { color: rgb(174,105,205); }

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

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

 a { background-color: rgb(174,105,205); }

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

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

 span { border-color: rgb(174,105,205); }

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