#A871AD

Color #A871AD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A871AD

Tints of Violet Blue #A871AD

Color information

#A871AD (or 0xA871AD) is unknown color: approx Violet Blue. HEX triplet: A8, 71 and AD. RGB value is (168,113,173). Sum of RGB (Red+Green+Blue) = 168+113+173=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A871AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871AD is #578E52. Grayscale: #888888. Windows color (decimal): -5738067 or 11366824. OLE color: 11366824.

HSL color Cylindrical-coordinate representation of color #A871AD: hue angle of 295º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A871AD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168113173-
CMYK0.030.3500.32
HSL295º26.79%56.08%-
HSV(B)295º34.68%67.84%-
XYZ29.623.1542.44-
YUV136.28148.72150.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=37.00%
G=24.89%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681131730.030.3500.3229526.7956.08
HexA871AD3230201271b38
Octal2501612553430404473370
Binary1010100011100011010110111100011010000010010011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871AD; }

 p { color: rgb(168,113,173); }

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

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

 a { background-color: rgb(168,113,173); }

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

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

 span { border-color: rgb(168,113,173); }

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