#a320ab

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

Shades of Dark Orchid #A320AB

Tints of Dark Orchid #A320AB

Color information

#A320AB (or 0xA320AB) is unknown color: approx Dark Orchid. HEX triplet: A3, 20 and AB. RGB value is (163,32,171). Sum of RGB (Red+Green+Blue) = 163+32+171=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #A320AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A320AB is #5CDF54. Grayscale: #565656. Windows color (decimal): -6086485 or 11215011. OLE color: 11215011.

HSL color Cylindrical-coordinate representation of color #A320AB: hue angle of 296.55º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A320AB is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16332171-
CMYK0.050.8100.33
HSL296.55º68.47%39.8%-
HSV(B)296.55º81.29%67.06%-
XYZ22.9711.7639.59-
YUV87.01175.4182.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 32 (12.89% from 255) = 8.74%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=44.54%
G=8.74%
B=46.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163321710.050.8100.33296.5568.4739.8
HexA320AB5510211294428
Octal24340253512104145110450
Binary1010001110000010101011101101000101000011001010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a320ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a320ab; }

 p { color: rgb(163,32,171); }

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

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

 a { background-color: rgb(163,32,171); }

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

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

 span { border-color: rgb(163,32,171); }

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