#AE1ACA

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

Shades of Dark Orchid #AE1ACA

Tints of Dark Orchid #AE1ACA

Color information

#AE1ACA (or 0xAE1ACA) is unknown color: approx Dark Orchid. HEX triplet: AE, 1A and CA. RGB value is (174,26,202). Sum of RGB (Red+Green+Blue) = 174+26+202=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE1ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1ACA is #51E535. Grayscale: #595959. Windows color (decimal): -5367094 or 13245102. OLE color: 13245102.

HSL color Cylindrical-coordinate representation of color #AE1ACA: hue angle of 290.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1ACA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17426202-
CMYK0.140.8700.21
HSL290.45º77.19%44.71%-
HSV(B)290.45º87.13%79.22%-
XYZ28.491457.08-
YUV90.32191.03187.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 26 (10.55% from 255) = 6.47%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=43.28%
G=6.47%
B=50.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174262020.140.8700.21290.4577.1944.71
HexAE1ACAE570151224d2d
Octal256323121612702544211555
Binary101011101101011001010111010101110101011001000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1ACA; }

 p { color: rgb(174,26,202); }

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

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

 a { background-color: rgb(174,26,202); }

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

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

 span { border-color: rgb(174,26,202); }

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