#AE2FBB

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

Shades of Dark Orchid #AE2FBB

Tints of Dark Orchid #AE2FBB

Color information

#AE2FBB (or 0xAE2FBB) is unknown color: approx Dark Orchid. HEX triplet: AE, 2F and BB. RGB value is (174,47,187). Sum of RGB (Red+Green+Blue) = 174+47+187=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE2FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2FBB is #51D044. Grayscale: #646464. Windows color (decimal): -5361733 or 12267438. OLE color: 12267438.

HSL color Cylindrical-coordinate representation of color #AE2FBB: hue angle of 294.43º 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 #AE2FBB is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17447187-
CMYK0.070.7500.27
HSL294.43º59.83%45.88%-
HSV(B)294.43º74.87%73.33%-
XYZ27.4414.6248.39-
YUV100.93176.58180.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 47 (18.75% from 255) = 11.52%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=42.65%
G=11.52%
B=45.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174471870.070.7500.27294.4359.8345.88
HexAE2FBB74B01B1263c2e
Octal2565727371130334467456
Binary10101110101111101110111111001011011011100100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2FBB; }

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

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

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

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

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

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

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

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