#A316B6

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

Shades of Dark Orchid #A316B6

Tints of Dark Orchid #A316B6

Color information

#A316B6 (or 0xA316B6) is unknown color: approx Dark Orchid. HEX triplet: A3, 16 and B6. RGB value is (163,22,182). Sum of RGB (Red+Green+Blue) = 163+22+182=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #A316B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316B6 is #5CE949. Grayscale: #515151. Windows color (decimal): -6089034 or 11933347. OLE color: 11933347.

HSL color Cylindrical-coordinate representation of color #A316B6: hue angle of 292.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A316B6 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16322182-
CMYK0.100.8800.29
HSL292.88º78.43%40%-
HSV(B)292.88º87.91%71.37%-
XYZ23.8311.7445.27-
YUV82.4184.21185.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=44.41%
G=5.99%
B=49.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163221820.100.8800.29292.8878.4340
HexA316B6A5801D1254e28
Octal243262661213003544511650
Binary101000111011010110110101010110000111011001001011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A316B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A316B6; }

 p { color: rgb(163,22,182); }

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

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

 a { background-color: rgb(163,22,182); }

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

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

 span { border-color: rgb(163,22,182); }

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