#AE1BBE

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

Shades of Dark Orchid #AE1BBE

Tints of Dark Orchid #AE1BBE

Color information

#AE1BBE (or 0xAE1BBE) is unknown color: approx Dark Orchid. HEX triplet: AE, 1B and BE. RGB value is (174,27,190). Sum of RGB (Red+Green+Blue) = 174+27+190=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BBE is #51E441. Grayscale: #595959. Windows color (decimal): -5366850 or 12458926. OLE color: 12458926.

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

Color convert

RGB17427190-
CMYK0.080.8600.25
HSL294.11º75.12%42.55%-
HSV(B)294.11º85.79%74.51%-
XYZ27.1413.549.89-
YUV89.54184.7188.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 27 (10.94% from 255) = 6.91%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=44.50%
G=6.91%
B=48.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174271900.080.8600.25294.1175.1242.55
HexAE1BBE8560191264b2b
Octal256332761012603144611353
Binary101011101101110111110100010101100110011001001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1BBE; }

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

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

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

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

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

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

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

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