#A968AA

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

Shades of Violet Blue #A968AA

Tints of Violet Blue #A968AA

Color information

#A968AA (or 0xA968AA) is unknown color: approx Violet Blue. HEX triplet: A9, 68 and AA. RGB value is (169,104,170). Sum of RGB (Red+Green+Blue) = 169+104+170=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A968AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A968AA is #569755. Grayscale: #828282. Windows color (decimal): -5674838 or 11167913. OLE color: 11167913.

HSL color Cylindrical-coordinate representation of color #A968AA: hue angle of 299.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A968AA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169104170-
CMYK0.010.3900.33
HSL299.09º27.97%53.73%-
HSV(B)299.09º38.82%66.67%-
XYZ28.5721.2440.62-
YUV130.96150.03155.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=38.15%
G=23.48%
B=38.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691041700.010.3900.33299.0927.9753.73
HexA968AA12702112b1c36
Octal2511502521470414533466
Binary101010011101000101010101100111010000110010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A968AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A968AA; }

 p { color: rgb(169,104,170); }

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

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

 a { background-color: rgb(169,104,170); }

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

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

 span { border-color: rgb(169,104,170); }

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