#AC27E8

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

Shades of Dark Orchid #AC27E8

Tints of Dark Orchid #AC27E8

Color information

#AC27E8 (or 0xAC27E8) is unknown color: approx Dark Orchid. HEX triplet: AC, 27 and E8. RGB value is (172,39,232). Sum of RGB (Red+Green+Blue) = 172+39+232=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC27E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC27E8 is #53D817. Grayscale: #646464. Windows color (decimal): -5494808 or 15214508. OLE color: 15214508.

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

Color convert

RGB17239232-
CMYK0.260.8300.09
HSL281.35º80.75%53.14%-
HSV(B)281.35º83.19%90.98%-
XYZ32.316.0577.74-
YUV100.77202.06178.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 39 (15.62% from 255) = 8.80%
BLUE value IS 232 (91.02% from 255) = 52.37%
R=38.83%
G=8.80%
B=52.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172392320.260.8300.09281.3580.7553.14
HexAC27E81A53091195135
Octal254473503212301143112165
Binary1010110010011111101000110101010011010011000110011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC27E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC27E8; }

 p { color: rgb(172,39,232); }

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

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

 a { background-color: rgb(172,39,232); }

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

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

 span { border-color: rgb(172,39,232); }

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