#A167AD

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

Shades of Violet Blue #A167AD

Tints of Violet Blue #A167AD

Color information

#A167AD (or 0xA167AD) is unknown color: approx Violet Blue. HEX triplet: A1, 67 and AD. RGB value is (161,103,173). Sum of RGB (Red+Green+Blue) = 161+103+173=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A167AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A167AD is #5E9852. Grayscale: #808080. Windows color (decimal): -6199379 or 11364257. OLE color: 11364257.

HSL color Cylindrical-coordinate representation of color #A167AD: hue angle of 289.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A167AD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161103173-
CMYK0.070.4000.32
HSL289.71º29.91%54.12%-
HSV(B)289.71º40.46%67.84%-
XYZ27.0920.2942.02-
YUV128.32153.22151.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=36.84%
G=23.57%
B=39.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611031730.070.4000.32289.7129.9154.12
HexA167AD7280201221e36
Octal2411472557500404423666
Binary10100001110011110101101111101000010000010010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167AD; }

 p { color: rgb(161,103,173); }

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

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

 a { background-color: rgb(161,103,173); }

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

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

 span { border-color: rgb(161,103,173); }

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