#A967B0

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

Shades of Violet Blue #A967B0

Tints of Violet Blue #A967B0

Color information

#A967B0 (or 0xA967B0) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and B0. RGB value is (169,103,176). Sum of RGB (Red+Green+Blue) = 169+103+176=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 176 - color contains mainly: blue. Hex color #A967B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A967B0 is #56984F. Grayscale: #828282. Windows color (decimal): -5675088 or 11560873. OLE color: 11560873.

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

Color convert

RGB169103176-
CMYK0.040.4100.31
HSL294.25º31.6%54.71%-
HSV(B)294.25º41.48%69.02%-
XYZ29.0521.2743.65-
YUV131.06153.37155.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 176 (69.14% from 255) = 39.29%
R=37.72%
G=22.99%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691031760.040.4100.31294.2531.654.71
HexA967B042901F1262037
Octal2511472604510374464067
Binary10101001110011110110000100101001011111100100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967B0; }

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

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

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

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

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

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

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

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