#AE2BC4

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

Shades of Dark Orchid #AE2BC4

Tints of Dark Orchid #AE2BC4

Color information

#AE2BC4 (or 0xAE2BC4) is unknown color: approx Dark Orchid. HEX triplet: AE, 2B and C4. RGB value is (174,43,196). Sum of RGB (Red+Green+Blue) = 174+43+196=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE2BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BC4 is #51D43B. Grayscale: #636363. Windows color (decimal): -5362748 or 12856238. OLE color: 12856238.

HSL color Cylindrical-coordinate representation of color #AE2BC4: hue angle of 291.37º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2BC4 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17443196-
CMYK0.110.7800.23
HSL291.37º64.02%46.86%-
HSV(B)291.37º78.06%76.86%-
XYZ28.2814.7153.57-
YUV99.61182.4181.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 43 (17.19% from 255) = 10.41%
BLUE value IS 196 (76.95% from 255) = 47.46%
R=42.13%
G=10.41%
B=47.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174431960.110.7800.23291.3764.0246.86
HexAE2BC4B4E017123402f
Octal256533041311602744310057
Binary1010111010101111000100101110011100101111001000111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2BC4; }

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

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

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

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

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

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

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

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