#A972B0

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

Shades of Violet Blue #A972B0

Tints of Violet Blue #A972B0

Color information

#A972B0 (or 0xA972B0) is unknown color: approx Violet Blue. HEX triplet: A9, 72 and B0. RGB value is (169,114,176). Sum of RGB (Red+Green+Blue) = 169+114+176=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 176 - color contains mainly: blue. Hex color #A972B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A972B0 is #568D4F. Grayscale: #898989. Windows color (decimal): -5672272 or 11563689. OLE color: 11563689.

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

Color convert

RGB169114176-
CMYK0.040.3500.31
HSL293.23º28.18%56.86%-
HSV(B)293.23º35.23%69.02%-
XYZ30.2223.644.04-
YUV137.51149.72150.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=36.82%
G=24.84%
B=38.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691141760.040.3500.31293.2328.1856.86
HexA972B042301F1251c39
Octal2511622604430374453471
Binary1010100111100101011000010010001101111110010010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A972B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A972B0; }

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

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

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

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

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

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

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

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