#AC29BD

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

Shades of Dark Orchid #AC29BD

Tints of Dark Orchid #AC29BD

Color information

#AC29BD (or 0xAC29BD) is unknown color: approx Dark Orchid. HEX triplet: AC, 29 and BD. RGB value is (172,41,189). Sum of RGB (Red+Green+Blue) = 172+41+189=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC29BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29BD is #53D642. Grayscale: #606060. Windows color (decimal): -5494339 or 12396972. OLE color: 12396972.

HSL color Cylindrical-coordinate representation of color #AC29BD: hue angle of 293.11º 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 #AC29BD is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17241189-
CMYK0.090.7800.26
HSL293.11º64.35%45.1%-
HSV(B)293.11º78.31%74.12%-
XYZ26.9914.0349.43-
YUV97.04179.9181.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 41 (16.41% from 255) = 10.20%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=42.79%
G=10.20%
B=47.01%

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
Decimal172411890.090.7800.26293.1164.3545.1
HexAC29BD94E01A125402d
Octal254512751111603244510055
Binary1010110010100110111101100110011100110101001001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC29BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC29BD; }

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

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

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

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

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

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

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

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