#A967A5

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

Shades of Violet Blue #A967A5

Tints of Violet Blue #A967A5

Color information

#A967A5 (or 0xA967A5) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and A5. RGB value is (169,103,165). Sum of RGB (Red+Green+Blue) = 169+103+165=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A967A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A967A5 is #56985A. Grayscale: #818181. Windows color (decimal): -5675099 or 10839977. OLE color: 10839977.

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

Color convert

RGB169103165-
CMYK00.390.020.34
HSL303.64º27.73%53.33%-
HSV(B)303.64º39.05%66.27%-
XYZ2820.8538.15-
YUV129.8147.87155.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=38.67%
G=23.57%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910316500.390.020.34303.6427.7353.33
HexA967A50272221301c35
Octal2511472450472424603465
Binary1010100111001111010010101001111010001010011000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967A5; }

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

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

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

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

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

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

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

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