#A672AA

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

Shades of Violet Blue #A672AA

Tints of Violet Blue #A672AA

Color information

#A672AA (or 0xA672AA) is unknown color: approx Violet Blue. HEX triplet: A6, 72 and AA. RGB value is (166,114,170). Sum of RGB (Red+Green+Blue) = 166+114+170=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A672AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672AA is #598D55. Grayscale: #878787. Windows color (decimal): -5868886 or 11170470. OLE color: 11170470.

HSL color Cylindrical-coordinate representation of color #A672AA: hue angle of 295.71º 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 #A672AA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166114170-
CMYK0.020.3300.33
HSL295.71º24.78%55.69%-
HSV(B)295.71º32.94%66.67%-
XYZ2923.0440.95-
YUV135.93147.23149.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=36.89%
G=25.33%
B=37.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661141700.020.3300.33295.7124.7855.69
HexA672AA2210211281938
Octal2461622522410414503170
Binary1010011011100101010101010100001010000110010100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672AA; }

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

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

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

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

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

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

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

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