#AE2FBA

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

Shades of Dark Orchid #AE2FBA

Tints of Dark Orchid #AE2FBA

Color information

#AE2FBA (or 0xAE2FBA) is unknown color: approx Dark Orchid. HEX triplet: AE, 2F and BA. RGB value is (174,47,186). Sum of RGB (Red+Green+Blue) = 174+47+186=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2FBA is #51D045. Grayscale: #646464. Windows color (decimal): -5361734 or 12201902. OLE color: 12201902.

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

Color convert

RGB17447186-
CMYK0.060.7500.27
HSL294.82º59.66%45.69%-
HSV(B)294.82º74.73%72.94%-
XYZ27.3414.5847.83-
YUV100.82176.08180.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 47 (18.75% from 255) = 11.55%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=42.75%
G=11.55%
B=45.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174471860.060.7500.27294.8259.6645.69
HexAE2FBA64B01B1273c2e
Octal2565727261130334477456
Binary10101110101111101110101101001011011011100100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2FBA; }

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

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

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

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

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

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

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

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