#A971B4

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

Shades of Violet Blue #A971B4

Tints of Violet Blue #A971B4

Color information

#A971B4 (or 0xA971B4) is unknown color: approx Violet Blue. HEX triplet: A9, 71 and B4. RGB value is (169,113,180). Sum of RGB (Red+Green+Blue) = 169+113+180=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #A971B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971B4 is #568E4B. Grayscale: #898989. Windows color (decimal): -5672524 or 11825577. OLE color: 11825577.

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

Color convert

RGB169113180-
CMYK0.060.3700.29
HSL290.15º30.88%57.45%-
HSV(B)290.15º37.22%70.59%-
XYZ30.5123.5446.12-
YUV137.38152.05150.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=36.58%
G=24.46%
B=38.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691131800.060.3700.29290.1530.8857.45
HexA971B462501D1221f39
Octal2511612646450354423771
Binary1010100111100011011010011010010101110110010001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971B4; }

 p { color: rgb(169,113,180); }

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

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

 a { background-color: rgb(169,113,180); }

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

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

 span { border-color: rgb(169,113,180); }

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