#AE1CBA

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

Shades of Dark Orchid #AE1CBA

Tints of Dark Orchid #AE1CBA

Color information

#AE1CBA (or 0xAE1CBA) is unknown color: approx Dark Orchid. HEX triplet: AE, 1C and BA. RGB value is (174,28,186). Sum of RGB (Red+Green+Blue) = 174+28+186=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE1CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CBA is #51E345. Grayscale: #595959. Windows color (decimal): -5366598 or 12197038. OLE color: 12197038.

HSL color Cylindrical-coordinate representation of color #AE1CBA: hue angle of 295.44º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1CBA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17428186-
CMYK0.060.8500.27
HSL295.44º73.83%41.96%-
HSV(B)295.44º84.95%72.94%-
XYZ26.7313.3747.63-
YUV89.67182.37188.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 28 (11.33% from 255) = 7.22%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=44.85%
G=7.22%
B=47.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174281860.060.8500.27295.4473.8341.96
HexAE1CBA65501B1274a2a
Octal25634272612503344711252
Binary10101110111001011101011010101010110111001001111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1CBA; }

 p { color: rgb(174,28,186); }

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

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

 a { background-color: rgb(174,28,186); }

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

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

 span { border-color: rgb(174,28,186); }

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