#A972B1

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

Shades of Violet Blue #A972B1

Tints of Violet Blue #A972B1

Color information

#A972B1 (or 0xA972B1) is unknown color: approx Violet Blue. HEX triplet: A9, 72 and B1. RGB value is (169,114,177). Sum of RGB (Red+Green+Blue) = 169+114+177=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 177 - color contains mainly: blue. Hex color #A972B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A972B1 is #568D4E. Grayscale: #898989. Windows color (decimal): -5672271 or 11629225. OLE color: 11629225.

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

Color convert

RGB169114177-
CMYK0.050.3600.31
HSL292.38º28.77%57.06%-
HSV(B)292.38º35.59%69.41%-
XYZ30.3223.6444.56-
YUV137.63150.22150.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 177 (69.53% from 255) = 38.48%
R=36.74%
G=24.78%
B=38.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691141770.050.3600.31292.3828.7757.06
HexA972B152401F1241d39
Octal2511622615440374443571
Binary1010100111100101011000110110010001111110010010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A972B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A972B1; }

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

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

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

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

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

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

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

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