#AE67C9

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

Shades of Medium Orchid #AE67C9

Tints of Medium Orchid #AE67C9

Color information

#AE67C9 (or 0xAE67C9) is unknown color: approx Medium Orchid. HEX triplet: AE, 67 and C9. RGB value is (174,103,201). Sum of RGB (Red+Green+Blue) = 174+103+201=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE67C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67C9 is #519836. Grayscale: #878787. Windows color (decimal): -5347383 or 13199278. OLE color: 13199278.

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

Color convert

RGB174103201-
CMYK0.130.4900.21
HSL283.47º47.57%59.61%-
HSV(B)283.47º48.76%78.82%-
XYZ32.8522.9257.95-
YUV135.4165.02155.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 103 (40.62% from 255) = 21.55%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=36.40%
G=21.55%
B=42.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741032010.130.4900.21283.4747.5759.61
HexAE67C9D3101511b303c
Octal25614731115610254336074
Binary101011101100111110010011101110001010101100011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67C9; }

 p { color: rgb(174,103,201); }

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

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

 a { background-color: rgb(174,103,201); }

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

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

 span { border-color: rgb(174,103,201); }

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