#AC31B1

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

Shades of Dark Orchid #AC31B1

Tints of Dark Orchid #AC31B1

Color information

#AC31B1 (or 0xAC31B1) is unknown color: approx Dark Orchid. HEX triplet: AC, 31 and B1. RGB value is (172,49,177). Sum of RGB (Red+Green+Blue) = 172+49+177=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC31B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC31B1 is #53CE4E. Grayscale: #636363. Windows color (decimal): -5492303 or 11612588. OLE color: 11612588.

HSL color Cylindrical-coordinate representation of color #AC31B1: hue angle of 297.66º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC31B1 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17249177-
CMYK0.030.7200.31
HSL297.66º56.64%44.31%-
HSV(B)297.66º72.32%69.41%-
XYZ26.0514.1442.95-
YUV100.37171.25179.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 49 (19.53% from 255) = 12.31%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=43.22%
G=12.31%
B=44.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172491770.030.7200.31297.6656.6444.31
HexAC31B134801F12a392c
Octal2546126131100374527154
Binary1010110011000110110001111001000011111100101010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC31B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC31B1; }

 p { color: rgb(172,49,177); }

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

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

 a { background-color: rgb(172,49,177); }

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

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

 span { border-color: rgb(172,49,177); }

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