#A974B1

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

Shades of Violet Blue #A974B1

Tints of Violet Blue #A974B1

Color information

#A974B1 (or 0xA974B1) is unknown color: approx Violet Blue. HEX triplet: A9, 74 and B1. RGB value is (169,116,177). Sum of RGB (Red+Green+Blue) = 169+116+177=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #A974B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A974B1 is #568B4E. Grayscale: #8A8A8A. Windows color (decimal): -5671759 or 11629737. OLE color: 11629737.

HSL color Cylindrical-coordinate representation of color #A974B1: hue angle of 292.13º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A974B1 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169116177-
CMYK0.050.3400.31
HSL292.13º28.11%57.45%-
HSV(B)292.13º34.46%69.41%-
XYZ30.5424.144.64-
YUV138.8149.56149.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=36.58%
G=25.11%
B=38.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691161770.050.3400.31292.1328.1157.45
HexA974B152201F1241c39
Octal2511642615420374443471
Binary1010100111101001011000110110001001111110010010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A974B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A974B1; }

 p { color: rgb(169,116,177); }

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

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

 a { background-color: rgb(169,116,177); }

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

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

 span { border-color: rgb(169,116,177); }

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