#AE67CC

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

Shades of Medium Orchid #AE67CC

Tints of Medium Orchid #AE67CC

Color information

#AE67CC (or 0xAE67CC) is unknown color: approx Medium Orchid. HEX triplet: AE, 67 and CC. RGB value is (174,103,204). Sum of RGB (Red+Green+Blue) = 174+103+204=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67CC is #519833. Grayscale: #878787. Windows color (decimal): -5347380 or 13395886. OLE color: 13395886.

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

Color convert

RGB174103204-
CMYK0.150.5000.2
HSL282.18º49.75%60.2%-
HSV(B)282.18º49.51%80%-
XYZ33.223.0659.83-
YUV135.74166.52155.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=36.17%
G=21.41%
B=42.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741032040.150.5000.2282.1849.7560.2
HexAE67CCF3201411a323c
Octal25614731417620244326274
Binary101011101100111110011001111110010010100100011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67CC; }

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

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

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

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

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

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

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

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