#A975B1

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

Shades of Violet Blue #A975B1

Tints of Violet Blue #A975B1

Color information

#A975B1 (or 0xA975B1) is unknown color: approx Violet Blue. HEX triplet: A9, 75 and B1. RGB value is (169,117,177). Sum of RGB (Red+Green+Blue) = 169+117+177=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #A975B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A975B1 is #568A4E. Grayscale: #8B8B8B. Windows color (decimal): -5671503 or 11629993. OLE color: 11629993.

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

Color convert

RGB169117177-
CMYK0.050.3400.31
HSL292º27.78%57.65%-
HSV(B)292º33.9%69.41%-
XYZ30.6624.3344.68-
YUV139.39149.23149.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=36.50%
G=25.27%
B=38.23%

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
Decimal1691171770.050.3400.3129227.7857.65
HexA975B152201F1241c3a
Octal2511652615420374443472
Binary1010100111101011011000110110001001111110010010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975B1; }

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

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

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

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

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

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

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

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