#AE69C8

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

Shades of Medium Orchid #AE69C8

Tints of Medium Orchid #AE69C8

Color information

#AE69C8 (or 0xAE69C8) is unknown color: approx Medium Orchid. HEX triplet: AE, 69 and C8. RGB value is (174,105,200). Sum of RGB (Red+Green+Blue) = 174+105+200=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE69C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69C8 is #519637. Grayscale: #888888. Windows color (decimal): -5346872 or 13134254. OLE color: 13134254.

HSL color Cylindrical-coordinate representation of color #AE69C8: hue angle of 283.58º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE69C8 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174105200-
CMYK0.130.4800.22
HSL283.58º46.34%59.8%-
HSV(B)283.58º47.5%78.43%-
XYZ32.9323.2757.4-
YUV136.46163.86154.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 200 (78.52% from 255) = 41.75%
R=36.33%
G=21.92%
B=41.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741052000.130.4800.22283.5846.3459.8
HexAE69C8D3001611c2e3c
Octal25615131015600264345674
Binary101011101101001110010001101110000010110100011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69C8; }

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

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

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

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

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

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

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

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