#AE69CA

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

Shades of Medium Orchid #AE69CA

Tints of Medium Orchid #AE69CA

Color information

#AE69CA (or 0xAE69CA) is unknown color: approx Medium Orchid. HEX triplet: AE, 69 and CA. RGB value is (174,105,202). Sum of RGB (Red+Green+Blue) = 174+105+202=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69CA is #519635. Grayscale: #888888. Windows color (decimal): -5346870 or 13265326. OLE color: 13265326.

HSL color Cylindrical-coordinate representation of color #AE69CA: hue angle of 282.68º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE69CA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174105202-
CMYK0.140.4800.21
HSL282.68º47.78%60.2%-
HSV(B)282.68º48.02%79.22%-
XYZ33.1723.3758.64-
YUV136.69164.86154.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=36.17%
G=21.83%
B=42.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741052020.140.4800.21282.6847.7860.2
HexAE69CAE3001511b303c
Octal25615131216600254336074
Binary101011101101001110010101110110000010101100011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69CA; }

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

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

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

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

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

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

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

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