#AE23CA

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

Shades of Dark Orchid #AE23CA

Tints of Dark Orchid #AE23CA

Color information

#AE23CA (or 0xAE23CA) is unknown color: approx Dark Orchid. HEX triplet: AE, 23 and CA. RGB value is (174,35,202). Sum of RGB (Red+Green+Blue) = 174+35+202=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE23CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE23CA is #51DC35. Grayscale: #5F5F5F. Windows color (decimal): -5364790 or 13247406. OLE color: 13247406.

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

Color convert

RGB17435202-
CMYK0.140.8300.21
HSL289.94º70.46%46.47%-
HSV(B)289.94º82.67%79.22%-
XYZ28.7214.4757.16-
YUV95.6188.05183.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 35 (14.06% from 255) = 8.52%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=42.34%
G=8.52%
B=49.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174352020.140.8300.21289.9470.4646.47
HexAE23CAE53015122462e
Octal256433121612302544210656
Binary1010111010001111001010111010100110101011001000101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE23CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE23CA; }

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

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

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

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

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

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

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

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