#AE2BC1

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

Shades of Dark Orchid #AE2BC1

Tints of Dark Orchid #AE2BC1

Color information

#AE2BC1 (or 0xAE2BC1) is unknown color: approx Dark Orchid. HEX triplet: AE, 2B and C1. RGB value is (174,43,193). Sum of RGB (Red+Green+Blue) = 174+43+193=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE2BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BC1 is #51D43E. Grayscale: #626262. Windows color (decimal): -5362751 or 12659630. OLE color: 12659630.

HSL color Cylindrical-coordinate representation of color #AE2BC1: hue angle of 292.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2BC1 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17443193-
CMYK0.100.7800.24
HSL292.4º63.56%46.27%-
HSV(B)292.4º77.72%75.69%-
XYZ27.9514.5851.79-
YUV99.27180.9181.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 43 (17.19% from 255) = 10.49%
BLUE value IS 193 (75.78% from 255) = 47.07%
R=42.44%
G=10.49%
B=47.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174431930.100.7800.24292.463.5646.27
HexAE2BC1A4E018124402e
Octal256533011211603044410056
Binary1010111010101111000001101010011100110001001001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2BC1; }

 p { color: rgb(174,43,193); }

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

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

 a { background-color: rgb(174,43,193); }

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

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

 span { border-color: rgb(174,43,193); }

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