#AC23CC

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

Shades of Dark Orchid #AC23CC

Tints of Dark Orchid #AC23CC

Color information

#AC23CC (or 0xAC23CC) is unknown color: approx Dark Orchid. HEX triplet: AC, 23 and CC. RGB value is (172,35,204). Sum of RGB (Red+Green+Blue) = 172+35+204=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC23CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23CC is #53DC33. Grayscale: #5E5E5E. Windows color (decimal): -5495860 or 13378476. OLE color: 13378476.

HSL color Cylindrical-coordinate representation of color #AC23CC: hue angle of 288.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC23CC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17235204-
CMYK0.160.8300.2
HSL288.64º70.71%46.86%-
HSV(B)288.64º82.84%80%-
XYZ28.5114.3358.39-
YUV95.23189.39182.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 35 (14.06% from 255) = 8.52%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=41.85%
G=8.52%
B=49.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172352040.160.8300.2288.6470.7146.86
HexAC23CC1053014121472f
Octal254433142012302444110757
Binary10101100100011110011001000010100110101001001000011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC23CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC23CC; }

 p { color: rgb(172,35,204); }

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

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

 a { background-color: rgb(172,35,204); }

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

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

 span { border-color: rgb(172,35,204); }

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