#AE34ED

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

Shades of Dark Orchid #AE34ED

Tints of Dark Orchid #AE34ED

Color information

#AE34ED (or 0xAE34ED) is unknown color: approx Dark Orchid. HEX triplet: AE, 34 and ED. RGB value is (174,52,237). Sum of RGB (Red+Green+Blue) = 174+52+237=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE34ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE34ED is #51CB12. Grayscale: #6C6C6C. Windows color (decimal): -5360403 or 15545518. OLE color: 15545518.

HSL color Cylindrical-coordinate representation of color #AE34ED: hue angle of 279.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE34ED is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17452237-
CMYK0.270.7800.07
HSL279.57º83.71%56.67%-
HSV(B)279.57º78.06%92.94%-
XYZ33.9717.5781.72-
YUV109.57199.92173.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 52 (20.70% from 255) = 11.23%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=37.58%
G=11.23%
B=51.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174522370.270.7800.07279.5783.7156.67
HexAE34ED1B4E071185439
Octal25664355331160743012471
Binary101011101101001110110111011100111001111000110001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE34ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE34ED; }

 p { color: rgb(174,52,237); }

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

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

 a { background-color: rgb(174,52,237); }

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

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

 span { border-color: rgb(174,52,237); }

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