#AC29BC

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

Shades of Dark Orchid #AC29BC

Tints of Dark Orchid #AC29BC

Color information

#AC29BC (or 0xAC29BC) is unknown color: approx Dark Orchid. HEX triplet: AC, 29 and BC. RGB value is (172,41,188). Sum of RGB (Red+Green+Blue) = 172+41+188=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC29BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29BC is #53D643. Grayscale: #606060. Windows color (decimal): -5494340 or 12331436. OLE color: 12331436.

HSL color Cylindrical-coordinate representation of color #AC29BC: hue angle of 293.47º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC29BC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17241188-
CMYK0.090.7800.26
HSL293.47º64.19%44.9%-
HSV(B)293.47º78.19%73.73%-
XYZ26.8813.9948.86-
YUV96.93179.4181.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 41 (16.41% from 255) = 10.22%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=42.89%
G=10.22%
B=46.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172411880.090.7800.26293.4764.1944.9
HexAC29BC94E01A125402d
Octal254512741111603244510055
Binary1010110010100110111100100110011100110101001001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC29BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC29BC; }

 p { color: rgb(172,41,188); }

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

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

 a { background-color: rgb(172,41,188); }

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

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

 span { border-color: rgb(172,41,188); }

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