#A970B4

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

Shades of Violet Blue #A970B4

Tints of Violet Blue #A970B4

Color information

#A970B4 (or 0xA970B4) is unknown color: approx Violet Blue. HEX triplet: A9, 70 and B4. RGB value is (169,112,180). Sum of RGB (Red+Green+Blue) = 169+112+180=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #A970B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970B4 is #568F4B. Grayscale: #888888. Windows color (decimal): -5672780 or 11825321. OLE color: 11825321.

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

Color convert

RGB169112180-
CMYK0.060.3800.29
HSL290.29º31.19%57.25%-
HSV(B)290.29º37.78%70.59%-
XYZ30.3923.3246.08-
YUV136.8152.38150.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=36.66%
G=24.30%
B=39.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691121800.060.3800.29290.2931.1957.25
HexA970B462601D1221f39
Octal2511602646460354423771
Binary1010100111100001011010011010011001110110010001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970B4; }

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

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

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

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

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

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

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

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