#A967A7

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

Shades of Violet Blue #A967A7

Tints of Violet Blue #A967A7

Color information

#A967A7 (or 0xA967A7) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and A7. RGB value is (169,103,167). Sum of RGB (Red+Green+Blue) = 169+103+167=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A967A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A967A7 is #569858. Grayscale: #818181. Windows color (decimal): -5675097 or 10971049. OLE color: 10971049.

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

Color convert

RGB169103167-
CMYK00.390.010.34
HSL301.82º27.73%53.33%-
HSV(B)301.82º39.05%66.27%-
XYZ28.1920.9339.11-
YUV130.03148.87155.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=38.50%
G=23.46%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910316700.390.010.34301.8227.7353.33
HexA967A702712212e1c35
Octal2511472470471424563465
Binary101010011100111101001110100111110001010010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967A7; }

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

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

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

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

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

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

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

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