#AE44CB

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

Shades of Medium Orchid #AE44CB

Tints of Medium Orchid #AE44CB

Color information

#AE44CB (or 0xAE44CB) is unknown color: approx Medium Orchid. HEX triplet: AE, 44 and CB. RGB value is (174,68,203). Sum of RGB (Red+Green+Blue) = 174+68+203=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44CB is #51BB34. Grayscale: #727272. Windows color (decimal): -5356341 or 13321390. OLE color: 13321390.

HSL color Cylindrical-coordinate representation of color #AE44CB: hue angle of 287.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE44CB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17468203-
CMYK0.140.6700.20
HSL287.11º56.49%53.14%-
HSV(B)287.11º66.5%79.61%-
XYZ30.317.4458.27-
YUV115.08177.62170.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=39.10%
G=15.28%
B=45.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174682030.140.6700.20287.1156.4953.14
HexAE44CBE4301411f3835
Octal256104313161030244377065
Binary1010111010001001100101111101000011010100100011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44CB; }

 p { color: rgb(174,68,203); }

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

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

 a { background-color: rgb(174,68,203); }

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

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

 span { border-color: rgb(174,68,203); }

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