#A961A4

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

Shades of Violet Blue #A961A4

Tints of Violet Blue #A961A4

Color information

#A961A4 (or 0xA961A4) is unknown color: approx Violet Blue. HEX triplet: A9, 61 and A4. RGB value is (169,97,164). Sum of RGB (Red+Green+Blue) = 169+97+164=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A961A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A961A4 is #569E5B. Grayscale: #7D7D7D. Windows color (decimal): -5676636 or 10772905. OLE color: 10772905.

HSL color Cylindrical-coordinate representation of color #A961A4: hue angle of 304.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A961A4 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB16997164-
CMYK00.430.030.34
HSL304.17º29.51%52.16%-
HSV(B)304.17º42.6%66.27%-
XYZ27.3419.6637.48-
YUV126.17149.35158.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=39.30%
G=22.56%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699716400.430.030.34304.1729.5152.16
HexA961A402B3221301e34
Octal2511412440533424603664
Binary1010100111000011010010001010111110001010011000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961A4; }

 p { color: rgb(169,97,164); }

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

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

 a { background-color: rgb(169,97,164); }

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

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

 span { border-color: rgb(169,97,164); }

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