#AE2CBE

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

Shades of Dark Orchid #AE2CBE

Tints of Dark Orchid #AE2CBE

Color information

#AE2CBE (or 0xAE2CBE) is unknown color: approx Dark Orchid. HEX triplet: AE, 2C and BE. RGB value is (174,44,190). Sum of RGB (Red+Green+Blue) = 174+44+190=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE2CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CBE is #51D341. Grayscale: #636363. Windows color (decimal): -5362498 or 12463278. OLE color: 12463278.

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

Color convert

RGB17444190-
CMYK0.080.7700.25
HSL293.42º62.39%45.88%-
HSV(B)293.42º76.84%74.51%-
XYZ27.6514.5250.06-
YUV99.51179.07181.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 44 (17.58% from 255) = 10.78%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=42.65%
G=10.78%
B=46.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174441900.080.7700.25293.4262.3945.88
HexAE2CBE84D0191253e2e
Octal25654276101150314457656
Binary101011101011001011111010001001101011001100100101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2CBE; }

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

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

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

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

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

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

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

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