#A969B0

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

Shades of Violet Blue #A969B0

Tints of Violet Blue #A969B0

Color information

#A969B0 (or 0xA969B0) is unknown color: approx Violet Blue. HEX triplet: A9, 69 and B0. RGB value is (169,105,176). Sum of RGB (Red+Green+Blue) = 169+105+176=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #A969B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A969B0 is #56964F. Grayscale: #848484. Windows color (decimal): -5674576 or 11561385. OLE color: 11561385.

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

Color convert

RGB169105176-
CMYK0.040.4000.31
HSL294.08º31%55.1%-
HSV(B)294.08º40.34%69.02%-
XYZ29.2521.6743.72-
YUV132.23152.7154.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=37.56%
G=23.33%
B=39.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691051760.040.4000.31294.083155.1
HexA969B042801F1261f37
Octal2511512604500374463767
Binary1010100111010011011000010010100001111110010011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969B0; }

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

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

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

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

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

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

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

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