#AE1BB4

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

Shades of Dark Orchid #AE1BB4

Tints of Dark Orchid #AE1BB4

Color information

#AE1BB4 (or 0xAE1BB4) is unknown color: approx Dark Orchid. HEX triplet: AE, 1B and B4. RGB value is (174,27,180). Sum of RGB (Red+Green+Blue) = 174+27+180=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE1BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BB4 is #51E44B. Grayscale: #575757. Windows color (decimal): -5366860 or 11803566. OLE color: 11803566.

HSL color Cylindrical-coordinate representation of color #AE1BB4: hue angle of 297.65º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1BB4 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17427180-
CMYK0.030.8500.29
HSL297.65º73.91%40.59%-
HSV(B)297.65º85%70.59%-
XYZ26.0913.0844.33-
YUV88.4179.7189.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 27 (10.94% from 255) = 7.09%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=45.67%
G=7.09%
B=47.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174271800.030.8500.29297.6573.9140.59
HexAE1BB435501D12a4a29
Octal25633264312503545211251
Binary1010111011011101101001110101010111011001010101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1BB4; }

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

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

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

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

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

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

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

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