#ac33dd

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

Shades of Dark Orchid #AC33DD

Tints of Dark Orchid #AC33DD

Color information

#AC33DD (or 0xAC33DD) is unknown color: approx Dark Orchid. HEX triplet: AC, 33 and DD. RGB value is (172,51,221). Sum of RGB (Red+Green+Blue) = 172+51+221=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33DD is #53CC22. Grayscale: #6A6A6A. Windows color (decimal): -5491747 or 14496684. OLE color: 14496684.

HSL color Cylindrical-coordinate representation of color #AC33DD: hue angle of 282.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC33DD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17251221-
CMYK0.220.7700.13
HSL282.71º71.43%53.33%-
HSV(B)282.71º76.92%86.67%-
XYZ31.2516.3669.92-
YUV106.56192.59174.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 51 (20.31% from 255) = 11.49%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=38.74%
G=11.49%
B=49.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172512210.220.7700.13282.7171.4353.33
HexAC33DD164D0D11b4735
Octal254633352611501543310765
Binary1010110011001111011101101101001101011011000110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac33dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac33dd; }

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

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

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

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

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

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

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

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