#AE48CA

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

Shades of Medium Orchid #AE48CA

Tints of Medium Orchid #AE48CA

Color information

#AE48CA (or 0xAE48CA) is unknown color: approx Medium Orchid. HEX triplet: AE, 48 and CA. RGB value is (174,72,202). Sum of RGB (Red+Green+Blue) = 174+72+202=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE48CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48CA is #51B735. Grayscale: #747474. Windows color (decimal): -5355318 or 13256878. OLE color: 13256878.

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

Color convert

RGB17472202-
CMYK0.140.6400.21
HSL287.08º55.08%53.73%-
HSV(B)287.08º64.36%79.22%-
XYZ30.4317.957.73-
YUV117.32175.79168.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 72 (28.52% from 255) = 16.07%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=38.84%
G=16.07%
B=45.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174722020.140.6400.21287.0855.0853.73
HexAE48CAE4001511f3736
Octal256110312161000254376766
Binary1010111010010001100101011101000000010101100011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48CA; }

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

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

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

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

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

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

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

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