#ac1aad

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

Shades of Dark Orchid #AC1AAD

Tints of Dark Orchid #AC1AAD

Color information

#AC1AAD (or 0xAC1AAD) is unknown color: approx Dark Orchid. HEX triplet: AC, 1A and AD. RGB value is (172,26,173). Sum of RGB (Red+Green+Blue) = 172+26+173=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC1AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AAD is #53E552. Grayscale: #555555. Windows color (decimal): -5498195 or 11344556. OLE color: 11344556.

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

Color convert

RGB17226173-
CMYK0.010.8500.32
HSL299.59º73.87%39.02%-
HSV(B)299.59º84.97%67.84%-
XYZ24.9312.5340.64-
YUV86.41176.87189.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 26 (10.55% from 255) = 7.01%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=46.36%
G=7.01%
B=46.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172261730.010.8500.32299.5973.8739.02
HexAC1AAD15502012c4a27
Octal25432255112504045411247
Binary1010110011010101011011101010101000001001011001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac1aad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac1aad; }

 p { color: rgb(172,26,173); }

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

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

 a { background-color: rgb(172,26,173); }

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

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

 span { border-color: rgb(172,26,173); }

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