#AE2ABB

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

Shades of Dark Orchid #AE2ABB

Tints of Dark Orchid #AE2ABB

Color information

#AE2ABB (or 0xAE2ABB) is unknown color: approx Dark Orchid. HEX triplet: AE, 2A and BB. RGB value is (174,42,187). Sum of RGB (Red+Green+Blue) = 174+42+187=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE2ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ABB is #51D544. Grayscale: #616161. Windows color (decimal): -5363013 or 12266158. OLE color: 12266158.

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

Color convert

RGB17442187-
CMYK0.070.7800.27
HSL294.62º63.32%44.9%-
HSV(B)294.62º77.54%73.33%-
XYZ27.2514.2448.33-
YUV98178.23182.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 42 (16.80% from 255) = 10.42%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=43.18%
G=10.42%
B=46.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174421870.070.7800.27294.6263.3244.9
HexAE2ABB74E01B1273f2d
Octal2565227371160334477755
Binary10101110101010101110111111001110011011100100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2ABB; }

 p { color: rgb(174,42,187); }

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

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

 a { background-color: rgb(174,42,187); }

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

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

 span { border-color: rgb(174,42,187); }

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