#A672AD

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

Shades of Violet Blue #A672AD

Tints of Violet Blue #A672AD

Color information

#A672AD (or 0xA672AD) is unknown color: approx Violet Blue. HEX triplet: A6, 72 and AD. RGB value is (166,114,173). Sum of RGB (Red+Green+Blue) = 166+114+173=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A672AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672AD is #598D52. Grayscale: #888888. Windows color (decimal): -5868883 or 11367078. OLE color: 11367078.

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

Color convert

RGB166114173-
CMYK0.040.3400.32
HSL292.88º26.46%56.27%-
HSV(B)292.88º34.1%67.84%-
XYZ29.2923.1642.46-
YUV136.27148.73149.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=36.64%
G=25.17%
B=38.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661141730.040.3400.32292.8826.4656.27
HexA672AD4220201251a38
Octal2461622554420404453270
Binary10100110111001010101101100100010010000010010010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672AD; }

 p { color: rgb(166,114,173); }

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

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

 a { background-color: rgb(166,114,173); }

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

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

 span { border-color: rgb(166,114,173); }

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