#AC33DC

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

Shades of Dark Orchid #AC33DC

Tints of Dark Orchid #AC33DC

Color information

#AC33DC (or 0xAC33DC) is unknown color: approx Dark Orchid. HEX triplet: AC, 33 and DC. RGB value is (172,51,220). Sum of RGB (Red+Green+Blue) = 172+51+220=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC33DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33DC is #53CC23. Grayscale: #696969. Windows color (decimal): -5491748 or 14431148. OLE color: 14431148.

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

Color convert

RGB17251220-
CMYK0.220.7700.14
HSL282.96º70.71%53.14%-
HSV(B)282.96º76.82%86.27%-
XYZ31.1216.3169.22-
YUV106.44192.09174.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 220 (86.33% from 255) = 49.66%
R=38.83%
G=11.51%
B=49.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172512200.220.7700.14282.9670.7153.14
HexAC33DC164D0E11b4735
Octal254633342611501643310765
Binary1010110011001111011100101101001101011101000110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33DC; }

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

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

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

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

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

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

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

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