#AC36BF

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

Shades of Dark Orchid #AC36BF

Tints of Dark Orchid #AC36BF

Color information

#AC36BF (or 0xAC36BF) is unknown color: approx Dark Orchid. HEX triplet: AC, 36 and BF. RGB value is (172,54,191). Sum of RGB (Red+Green+Blue) = 172+54+191=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC36BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36BF is #53C940. Grayscale: #686868. Windows color (decimal): -5491009 or 12531372. OLE color: 12531372.

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

Color convert

RGB17254191-
CMYK0.100.7200.25
HSL291.68º55.92%48.04%-
HSV(B)291.68º71.73%74.9%-
XYZ27.7415.1750.76-
YUV104.9176.59175.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 191 (75% from 255) = 45.80%
R=41.25%
G=12.95%
B=45.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172541910.100.7200.25291.6855.9248.04
HexAC36BFA480191243830
Octal25466277121100314447060
Binary101011001101101011111110101001000011001100100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC36BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC36BF; }

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

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

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

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

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

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

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

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