#AC2BBD

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

Shades of Dark Orchid #AC2BBD

Tints of Dark Orchid #AC2BBD

Color information

#AC2BBD (or 0xAC2BBD) is unknown color: approx Dark Orchid. HEX triplet: AC, 2B and BD. RGB value is (172,43,189). Sum of RGB (Red+Green+Blue) = 172+43+189=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC2BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BBD is #53D442. Grayscale: #616161. Windows color (decimal): -5493827 or 12397484. OLE color: 12397484.

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

Color convert

RGB17243189-
CMYK0.090.7700.26
HSL293.01º62.93%45.49%-
HSV(B)293.01º77.25%74.12%-
XYZ27.0614.1749.45-
YUV98.22179.24180.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 43 (17.19% from 255) = 10.64%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=42.57%
G=10.64%
B=46.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172431890.090.7700.26293.0162.9345.49
HexAC2BBD94D01A1253f2d
Octal25453275111150324457755
Binary101011001010111011110110011001101011010100100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2BBD; }

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

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

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

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

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

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

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

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