#AE27BC

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

Shades of Dark Orchid #AE27BC

Tints of Dark Orchid #AE27BC

Color information

#AE27BC (or 0xAE27BC) is unknown color: approx Dark Orchid. HEX triplet: AE, 27 and BC. RGB value is (174,39,188). Sum of RGB (Red+Green+Blue) = 174+39+188=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE27BC is #51D843. Grayscale: #5F5F5F. Windows color (decimal): -5363780 or 12330926. OLE color: 12330926.

HSL color Cylindrical-coordinate representation of color #AE27BC: hue angle of 294.36º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE27BC is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17439188-
CMYK0.070.7900.26
HSL294.36º65.64%44.51%-
HSV(B)294.36º79.26%73.73%-
XYZ27.2614.0848.86-
YUV96.35179.73183.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 39 (15.62% from 255) = 9.73%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=43.39%
G=9.73%
B=46.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174391880.070.7900.26294.3665.6444.51
HexAE27BC74F01A126422d
Octal25647274711703244610255
Binary101011101001111011110011110011110110101001001101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE27BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE27BC; }

 p { color: rgb(174,39,188); }

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

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

 a { background-color: rgb(174,39,188); }

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

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

 span { border-color: rgb(174,39,188); }

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