#AC23AE

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

Shades of Dark Orchid #AC23AE

Tints of Dark Orchid #AC23AE

Color information

#AC23AE (or 0xAC23AE) is unknown color: approx Dark Orchid. HEX triplet: AC, 23 and AE. RGB value is (172,35,174). Sum of RGB (Red+Green+Blue) = 172+35+174=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC23AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC23AE is #53DC51. Grayscale: #5B5B5B. Windows color (decimal): -5495890 or 11412396. OLE color: 11412396.

HSL color Cylindrical-coordinate representation of color #AC23AE: hue angle of 299.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC23AE is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17235174-
CMYK0.010.8000.32
HSL299.14º66.51%40.98%-
HSV(B)299.14º79.89%68.24%-
XYZ25.2513.0341.23-
YUV91.81174.39185.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 35 (14.06% from 255) = 9.19%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=45.14%
G=9.19%
B=45.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172351740.010.8000.32299.1466.5140.98
HexAC23AE15002012b4329
Octal25443256112004045310351
Binary10101100100011101011101101000001000001001010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC23AE; }

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

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

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

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

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

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

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

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