#AC37CE

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

Shades of Dark Orchid #AC37CE

Tints of Dark Orchid #AC37CE

Color information

#AC37CE (or 0xAC37CE) is unknown color: approx Dark Orchid. HEX triplet: AC, 37 and CE. RGB value is (172,55,206). Sum of RGB (Red+Green+Blue) = 172+55+206=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37CE is #53C831. Grayscale: #6A6A6A. Windows color (decimal): -5490738 or 13514668. OLE color: 13514668.

HSL color Cylindrical-coordinate representation of color #AC37CE: hue angle of 286.49º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC37CE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17255206-
CMYK0.170.7300.19
HSL286.49º60.64%51.18%-
HSV(B)286.49º73.3%80.78%-
XYZ29.5215.9659.92-
YUV107.2183.76174.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 55 (21.88% from 255) = 12.70%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=39.72%
G=12.70%
B=47.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172552060.170.7300.19286.4960.6451.18
HexAC37CE114901311e3d33
Octal25467316211110234367563
Binary1010110011011111001110100011001001010011100011110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC37CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC37CE; }

 p { color: rgb(172,55,206); }

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

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

 a { background-color: rgb(172,55,206); }

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

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

 span { border-color: rgb(172,55,206); }

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