#A970AD

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

Shades of Violet Blue #A970AD

Tints of Violet Blue #A970AD

Color information

#A970AD (or 0xA970AD) is unknown color: approx Violet Blue. HEX triplet: A9, 70 and AD. RGB value is (169,112,173). Sum of RGB (Red+Green+Blue) = 169+112+173=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A970AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970AD is #568F52. Grayscale: #878787. Windows color (decimal): -5672787 or 11366569. OLE color: 11366569.

HSL color Cylindrical-coordinate representation of color #A970AD: hue angle of 296.07º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A970AD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169112173-
CMYK0.020.3500.32
HSL296.07º27.11%55.88%-
HSV(B)296.07º35.26%67.84%-
XYZ29.723.0442.42-
YUV136148.88151.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=37.22%
G=24.67%
B=38.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691121730.020.3500.32296.0727.1155.88
HexA970AD2230201281b38
Octal2511602552430404503370
Binary1010100111100001010110110100011010000010010100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970AD; }

 p { color: rgb(169,112,173); }

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

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

 a { background-color: rgb(169,112,173); }

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

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

 span { border-color: rgb(169,112,173); }

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