#A672AB

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

Shades of Violet Blue #A672AB

Tints of Violet Blue #A672AB

Color information

#A672AB (or 0xA672AB) is unknown color: approx Violet Blue. HEX triplet: A6, 72 and AB. RGB value is (166,114,171). Sum of RGB (Red+Green+Blue) = 166+114+171=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #A672AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672AB is #598D54. Grayscale: #878787. Windows color (decimal): -5868885 or 11236006. OLE color: 11236006.

HSL color Cylindrical-coordinate representation of color #A672AB: hue angle of 294.74º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A672AB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166114171-
CMYK0.030.3300.33
HSL294.74º25.33%55.88%-
HSV(B)294.74º33.33%67.06%-
XYZ29.0923.0841.45-
YUV136.05147.73149.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=36.81%
G=25.28%
B=37.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661141710.030.3300.33294.7425.3355.88
HexA672AB3210211271938
Octal2461622533410414473170
Binary1010011011100101010101111100001010000110010011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672AB; }

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

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

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

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

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

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

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

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