#AC37BE

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

Shades of Dark Orchid #AC37BE

Tints of Dark Orchid #AC37BE

Color information

#AC37BE (or 0xAC37BE) is unknown color: approx Dark Orchid. HEX triplet: AC, 37 and BE. RGB value is (172,55,190). Sum of RGB (Red+Green+Blue) = 172+55+190=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37BE is #53C841. Grayscale: #686868. Windows color (decimal): -5490754 or 12466092. OLE color: 12466092.

HSL color Cylindrical-coordinate representation of color #AC37BE: hue angle of 292º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC37BE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17255190-
CMYK0.090.7100.25
HSL292º55.1%48.04%-
HSV(B)292º71.05%74.51%-
XYZ27.6715.2250.19-
YUV105.37175.76175.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 55 (21.88% from 255) = 13.19%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=41.25%
G=13.19%
B=45.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172551900.090.7100.2529255.148.04
HexAC37BE9470191243730
Octal25467276111070314446760
Binary101011001101111011111010011000111011001100100100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC37BE; }

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

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

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

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

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

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

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

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