#A972AE

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

Shades of Violet Blue #A972AE

Tints of Violet Blue #A972AE

Color information

#A972AE (or 0xA972AE) is unknown color: approx Violet Blue. HEX triplet: A9, 72 and AE. RGB value is (169,114,174). Sum of RGB (Red+Green+Blue) = 169+114+174=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #A972AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A972AE is #568D51. Grayscale: #898989. Windows color (decimal): -5672274 or 11432617. OLE color: 11432617.

HSL color Cylindrical-coordinate representation of color #A972AE: hue angle of 295º degrees, saturation: 0.27, 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 #A972AE is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169114174-
CMYK0.030.3400.32
HSL295º27.03%56.47%-
HSV(B)295º34.48%68.24%-
XYZ30.0223.5343-
YUV137.28148.72150.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=36.98%
G=24.95%
B=38.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691141740.030.3400.3229527.0356.47
HexA972AE3220201271b38
Octal2511622563420404473370
Binary1010100111100101010111011100010010000010010011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A972AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A972AE; }

 p { color: rgb(169,114,174); }

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

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

 a { background-color: rgb(169,114,174); }

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

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

 span { border-color: rgb(169,114,174); }

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