#A970B0

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

Shades of Violet Blue #A970B0

Tints of Violet Blue #A970B0

Color information

#A970B0 (or 0xA970B0) is unknown color: approx Violet Blue. HEX triplet: A9, 70 and B0. RGB value is (169,112,176). Sum of RGB (Red+Green+Blue) = 169+112+176=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #A970B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970B0 is #568F4F. Grayscale: #888888. Windows color (decimal): -5672784 or 11563177. OLE color: 11563177.

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

Color convert

RGB169112176-
CMYK0.040.3600.31
HSL293.44º28.83%56.47%-
HSV(B)293.44º36.36%69.02%-
XYZ29.9923.1643.96-
YUV136.34150.38151.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=36.98%
G=24.51%
B=38.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691121760.040.3600.31293.4428.8356.47
HexA970B042401F1251d38
Octal2511602604440374453570
Binary1010100111100001011000010010010001111110010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970B0; }

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

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

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

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

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

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

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

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