#AC36CF

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

Shades of Dark Orchid #AC36CF

Tints of Dark Orchid #AC36CF

Color information

#AC36CF (or 0xAC36CF) is unknown color: approx Dark Orchid. HEX triplet: AC, 36 and CF. RGB value is (172,54,207). Sum of RGB (Red+Green+Blue) = 172+54+207=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC36CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36CF is #53C930. Grayscale: #6A6A6A. Windows color (decimal): -5490993 or 13579948. OLE color: 13579948.

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

Color convert

RGB17254207-
CMYK0.170.7400.19
HSL286.27º61.45%51.18%-
HSV(B)286.27º73.91%81.18%-
XYZ29.5915.9160.54-
YUV106.72184.59174.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 54 (21.48% from 255) = 12.47%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=39.72%
G=12.47%
B=47.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172542070.170.7400.19286.2761.4551.18
HexAC36CF114A01311e3d33
Octal25466317211120234367563
Binary1010110011011011001111100011001010010011100011110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC36CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC36CF; }

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

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

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

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

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

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

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

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