#A967AA

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

Shades of Violet Blue #A967AA

Tints of Violet Blue #A967AA

Color information

#A967AA (or 0xA967AA) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and AA. RGB value is (169,103,170). Sum of RGB (Red+Green+Blue) = 169+103+170=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A967AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A967AA is #569855. Grayscale: #828282. Windows color (decimal): -5675094 or 11167657. OLE color: 11167657.

HSL color Cylindrical-coordinate representation of color #A967AA: hue angle of 299.1º 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 #A967AA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169103170-
CMYK0.010.3900.33
HSL299.1º28.27%53.53%-
HSV(B)299.1º39.41%66.67%-
XYZ28.4721.0440.59-
YUV130.37150.37155.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 103 (40.62% from 255) = 23.30%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=38.24%
G=23.30%
B=38.46%

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
Decimal1691031700.010.3900.33299.128.2753.53
HexA967AA12702112b1c36
Octal2511472521470414533466
Binary101010011100111101010101100111010000110010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967AA; }

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

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

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

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

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

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

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

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