#AC36E9

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

Shades of Dark Orchid #AC36E9

Tints of Dark Orchid #AC36E9

Color information

#AC36E9 (or 0xAC36E9) is unknown color: approx Dark Orchid. HEX triplet: AC, 36 and E9. RGB value is (172,54,233). Sum of RGB (Red+Green+Blue) = 172+54+233=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC36E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC36E9 is #53C916. Grayscale: #6D6D6D. Windows color (decimal): -5490967 or 15283884. OLE color: 15283884.

HSL color Cylindrical-coordinate representation of color #AC36E9: hue angle of 279.55º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC36E9 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17254233-
CMYK0.260.7700.09
HSL279.55º80.27%56.27%-
HSV(B)279.55º76.82%91.37%-
XYZ33.0417.2978.69-
YUV109.69197.59172.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 54 (21.48% from 255) = 11.76%
BLUE value IS 233 (91.41% from 255) = 50.76%
R=37.47%
G=11.76%
B=50.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172542330.260.7700.09279.5580.2756.27
HexAC36E91A4D091185038
Octal254663513211501143012070
Binary1010110011011011101001110101001101010011000110001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC36E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC36E9; }

 p { color: rgb(172,54,233); }

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

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

 a { background-color: rgb(172,54,233); }

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

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

 span { border-color: rgb(172,54,233); }

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