#AC33B0

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

Shades of Dark Orchid #AC33B0

Tints of Dark Orchid #AC33B0

Color information

#AC33B0 (or 0xAC33B0) is unknown color: approx Dark Orchid. HEX triplet: AC, 33 and B0. RGB value is (172,51,176). Sum of RGB (Red+Green+Blue) = 172+51+176=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC33B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC33B0 is #53CC4F. Grayscale: #656565. Windows color (decimal): -5491792 or 11547564. OLE color: 11547564.

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

Color convert

RGB17251176-
CMYK0.020.7100.31
HSL298.08º55.07%44.51%-
HSV(B)298.08º71.02%69.02%-
XYZ26.0314.2742.46-
YUV101.43170.09178.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 51 (20.31% from 255) = 12.78%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=43.11%
G=12.78%
B=44.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172511760.020.7100.31298.0855.0744.51
HexAC33B024701F12a372d
Octal2546326021070374526755
Binary1010110011001110110000101000111011111100101010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33B0; }

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

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

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

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

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

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

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

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