#AC28DF

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

Shades of Dark Orchid #AC28DF

Tints of Dark Orchid #AC28DF

Color information

#AC28DF (or 0xAC28DF) is unknown color: approx Dark Orchid. HEX triplet: AC, 28 and DF. RGB value is (172,40,223). Sum of RGB (Red+Green+Blue) = 172+40+223=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC28DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28DF is #53D720. Grayscale: #636363. Windows color (decimal): -5494561 or 14624940. OLE color: 14624940.

HSL color Cylindrical-coordinate representation of color #AC28DF: hue angle of 283.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC28DF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17240223-
CMYK0.230.8200.13
HSL283.28º74.09%51.57%-
HSV(B)283.28º82.06%87.45%-
XYZ31.0915.6271.19-
YUV100.33197.23179.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 40 (16.02% from 255) = 9.20%
BLUE value IS 223 (87.5% from 255) = 51.26%
R=39.54%
G=9.20%
B=51.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172402230.230.8200.13283.2874.0951.57
HexAC28DF17520D11b4a34
Octal254503372712201543311264
Binary1010110010100011011111101111010010011011000110111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC28DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC28DF; }

 p { color: rgb(172,40,223); }

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

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

 a { background-color: rgb(172,40,223); }

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

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

 span { border-color: rgb(172,40,223); }

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