#A970AA

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

Shades of Violet Blue #A970AA

Tints of Violet Blue #A970AA

Color information

#A970AA (or 0xA970AA) is unknown color: approx Violet Blue. HEX triplet: A9, 70 and AA. RGB value is (169,112,170). Sum of RGB (Red+Green+Blue) = 169+112+170=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A970AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970AA is #568F55. Grayscale: #878787. Windows color (decimal): -5672790 or 11169961. OLE color: 11169961.

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

Color convert

RGB169112170-
CMYK0.010.3400.33
HSL298.97º25.44%55.29%-
HSV(B)298.97º34.12%66.67%-
XYZ29.4122.9340.91-
YUV135.66147.38151.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=37.47%
G=24.83%
B=37.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691121700.010.3400.33298.9725.4455.29
HexA970AA12202112b1937
Octal2511602521420414533167
Binary101010011110000101010101100010010000110010101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970AA; }

 p { color: rgb(169,112,170); }

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

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

 a { background-color: rgb(169,112,170); }

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

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

 span { border-color: rgb(169,112,170); }

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