#AE3ABC

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

Shades of Dark Orchid #AE3ABC

Tints of Dark Orchid #AE3ABC

Color information

#AE3ABC (or 0xAE3ABC) is unknown color: approx Dark Orchid. HEX triplet: AE, 3A and BC. RGB value is (174,58,188). Sum of RGB (Red+Green+Blue) = 174+58+188=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ABC is #51C543. Grayscale: #6B6B6B. Windows color (decimal): -5358916 or 12335790. OLE color: 12335790.

HSL color Cylindrical-coordinate representation of color #AE3ABC: hue angle of 293.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE3ABC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17458188-
CMYK0.070.6900.26
HSL293.54º52.85%48.24%-
HSV(B)293.54º69.15%73.73%-
XYZ28.0515.6649.12-
YUV107.5173.43175.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 58 (23.05% from 255) = 13.81%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=41.43%
G=13.81%
B=44.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174581880.070.6900.26293.5452.8548.24
HexAE3ABC74501A1263530
Octal2567227471050324466560
Binary10101110111010101111001111000101011010100100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3ABC; }

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

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

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

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

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

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

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

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