#AC22B0

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

Shades of Dark Orchid #AC22B0

Tints of Dark Orchid #AC22B0

Color information

#AC22B0 (or 0xAC22B0) is unknown color: approx Dark Orchid. HEX triplet: AC, 22 and B0. RGB value is (172,34,176). Sum of RGB (Red+Green+Blue) = 172+34+176=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC22B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC22B0 is #53DD4F. Grayscale: #5B5B5B. Windows color (decimal): -5496144 or 11543212. OLE color: 11543212.

HSL color Cylindrical-coordinate representation of color #AC22B0: hue angle of 298.31º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC22B0 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17234176-
CMYK0.020.8100.31
HSL298.31º67.62%41.18%-
HSV(B)298.31º80.68%69.02%-
XYZ25.4213.0542.25-
YUV91.45175.72185.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 34 (13.67% from 255) = 8.90%
BLUE value IS 176 (69.14% from 255) = 46.07%
R=45.03%
G=8.90%
B=46.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172341760.020.8100.31298.3167.6241.18
HexAC22B025101F12a4429
Octal25442260212103745210451
Binary10101100100010101100001010100010111111001010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC22B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC22B0; }

 p { color: rgb(172,34,176); }

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

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

 a { background-color: rgb(172,34,176); }

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

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

 span { border-color: rgb(172,34,176); }

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