#AC2ABB

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

Shades of Dark Orchid #AC2ABB

Tints of Dark Orchid #AC2ABB

Color information

#AC2ABB (or 0xAC2ABB) is unknown color: approx Dark Orchid. HEX triplet: AC, 2A and BB. RGB value is (172,42,187). Sum of RGB (Red+Green+Blue) = 172+42+187=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC2ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ABB is #53D544. Grayscale: #606060. Windows color (decimal): -5494085 or 12266156. OLE color: 12266156.

HSL color Cylindrical-coordinate representation of color #AC2ABB: hue angle of 293.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2ABB is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17242187-
CMYK0.080.7800.27
HSL293.79º63.32%44.9%-
HSV(B)293.79º77.54%73.33%-
XYZ26.8114.0148.31-
YUV97.4178.57181.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 42 (16.80% from 255) = 10.47%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=42.89%
G=10.47%
B=46.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172421870.080.7800.27293.7963.3244.9
HexAC2ABB84E01B1263f2d
Octal25452273101160334467755
Binary101011001010101011101110001001110011011100100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2ABB; }

 p { color: rgb(172,42,187); }

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

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

 a { background-color: rgb(172,42,187); }

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

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

 span { border-color: rgb(172,42,187); }

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