#AE61D2

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

Shades of Medium Orchid #AE61D2

Tints of Medium Orchid #AE61D2

Color information

#AE61D2 (or 0xAE61D2) is unknown color: approx Medium Orchid. HEX triplet: AE, 61 and D2. RGB value is (174,97,210). Sum of RGB (Red+Green+Blue) = 174+97+210=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE61D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61D2 is #519E2D. Grayscale: #848484. Windows color (decimal): -5348910 or 13787566. OLE color: 13787566.

HSL color Cylindrical-coordinate representation of color #AE61D2: hue angle of 280.88º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE61D2 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17497210-
CMYK0.170.5400.18
HSL280.88º55.67%60.2%-
HSV(B)280.88º53.81%82.35%-
XYZ33.3622.263.5-
YUV132.9171.51157.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=36.17%
G=20.17%
B=43.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174972100.170.5400.18280.8855.6760.2
HexAE61D21136012119383c
Octal25614132221660224317074
Binary1010111011000011101001010001110110010010100011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61D2; }

 p { color: rgb(174,97,210); }

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

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

 a { background-color: rgb(174,97,210); }

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

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

 span { border-color: rgb(174,97,210); }

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