#AC39BD

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

Shades of Dark Orchid #AC39BD

Tints of Dark Orchid #AC39BD

Color information

#AC39BD (or 0xAC39BD) is unknown color: approx Dark Orchid. HEX triplet: AC, 39 and BD. RGB value is (172,57,189). Sum of RGB (Red+Green+Blue) = 172+57+189=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC39BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39BD is #53C642. Grayscale: #6A6A6A. Windows color (decimal): -5490243 or 12401068. OLE color: 12401068.

HSL color Cylindrical-coordinate representation of color #AC39BD: hue angle of 292.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC39BD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17257189-
CMYK0.090.7000.26
HSL292.27º53.66%48.24%-
HSV(B)292.27º69.84%74.12%-
XYZ27.6615.3749.65-
YUV106.43174.6174.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 57 (22.66% from 255) = 13.64%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=41.15%
G=13.64%
B=45.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172571890.090.7000.26292.2753.6648.24
HexAC39BD94601A1243630
Octal25471275111060324446660
Binary101011001110011011110110011000110011010100100100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39BD; }

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

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

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

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

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

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

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

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