#AC33BD

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

Shades of Dark Orchid #AC33BD

Tints of Dark Orchid #AC33BD

Color information

#AC33BD (or 0xAC33BD) is unknown color: approx Dark Orchid. HEX triplet: AC, 33 and BD. RGB value is (172,51,189). Sum of RGB (Red+Green+Blue) = 172+51+189=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC33BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33BD is #53CC42. Grayscale: #666666. Windows color (decimal): -5491779 or 12399532. OLE color: 12399532.

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

Color convert

RGB17251189-
CMYK0.090.7300.26
HSL292.61º57.5%47.06%-
HSV(B)292.61º73.02%74.12%-
XYZ27.3814.8149.56-
YUV102.91176.59177.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 51 (20.31% from 255) = 12.38%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=41.75%
G=12.38%
B=45.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172511890.090.7300.26292.6157.547.06
HexAC33BD94901A1253a2f
Octal25463275111110324457257
Binary101011001100111011110110011001001011010100100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33BD; }

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

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

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

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

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

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

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

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