#AE65D4

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

Shades of Medium Orchid #AE65D4

Tints of Medium Orchid #AE65D4

Color information

#AE65D4 (or 0xAE65D4) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and D4. RGB value is (174,101,212). Sum of RGB (Red+Green+Blue) = 174+101+212=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE65D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65D4 is #519A2B. Grayscale: #878787. Windows color (decimal): -5347884 or 13919662. OLE color: 13919662.

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

Color convert

RGB174101212-
CMYK0.180.5200.17
HSL279.46º56.35%61.37%-
HSV(B)279.46º52.36%83.14%-
XYZ33.9923.0664.95-
YUV135.48171.18155.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 212 (83.20% from 255) = 43.53%
R=35.73%
G=20.74%
B=43.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741012120.180.5200.17279.4656.3561.37
HexAE65D41234011117383d
Octal25614532422640214277075
Binary1010111011001011101010010010110100010001100010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65D4; }

 p { color: rgb(174,101,212); }

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

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

 a { background-color: rgb(174,101,212); }

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

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

 span { border-color: rgb(174,101,212); }

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