#AE3ABE

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

Shades of Dark Orchid #AE3ABE

Tints of Dark Orchid #AE3ABE

Color information

#AE3ABE (or 0xAE3ABE) is unknown color: approx Dark Orchid. HEX triplet: AE, 3A and BE. RGB value is (174,58,190). Sum of RGB (Red+Green+Blue) = 174+58+190=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE3ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ABE is #51C541. Grayscale: #6B6B6B. Windows color (decimal): -5358914 or 12466862. OLE color: 12466862.

HSL color Cylindrical-coordinate representation of color #AE3ABE: hue angle of 292.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE3ABE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17458190-
CMYK0.080.6900.25
HSL292.73º53.23%48.63%-
HSV(B)292.73º69.47%74.51%-
XYZ28.2615.7450.26-
YUV107.73174.43175.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 58 (23.05% from 255) = 13.74%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=41.23%
G=13.74%
B=45.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174581900.080.6900.25292.7353.2348.63
HexAE3ABE8450191253531
Octal25672276101050314456561
Binary101011101110101011111010001000101011001100100101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3ABE; }

 p { color: rgb(174,58,190); }

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

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

 a { background-color: rgb(174,58,190); }

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

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

 span { border-color: rgb(174,58,190); }

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