#AC1FAE

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

Shades of Dark Orchid #AC1FAE

Tints of Dark Orchid #AC1FAE

Color information

#AC1FAE (or 0xAC1FAE) is unknown color: approx Dark Orchid. HEX triplet: AC, 1F and AE. RGB value is (172,31,174). Sum of RGB (Red+Green+Blue) = 172+31+174=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC1FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FAE is #53E051. Grayscale: #595959. Windows color (decimal): -5496914 or 11411372. OLE color: 11411372.

HSL color Cylindrical-coordinate representation of color #AC1FAE: hue angle of 299.16º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1FAE is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17231174-
CMYK0.010.8200.32
HSL299.16º69.76%40.2%-
HSV(B)299.16º82.18%68.24%-
XYZ25.1412.8141.19-
YUV89.46175.71186.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 31 (12.5% from 255) = 8.22%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=45.62%
G=8.22%
B=46.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172311740.010.8200.32299.1669.7640.2
HexAC1FAE15202012b4628
Octal25437256112204045310650
Binary1010110011111101011101101001001000001001010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1FAE; }

 p { color: rgb(172,31,174); }

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

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

 a { background-color: rgb(172,31,174); }

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

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

 span { border-color: rgb(172,31,174); }

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