#A641AD

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

Shades of Violet Blue #A641AD

Tints of Violet Blue #A641AD

Color information

#A641AD (or 0xA641AD) is unknown color: approx Violet Blue. HEX triplet: A6, 41 and AD. RGB value is (166,65,173). Sum of RGB (Red+Green+Blue) = 166+65+173=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A641AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A641AD is #59BE52. Grayscale: #6B6B6B. Windows color (decimal): -5881427 or 11354534. OLE color: 11354534.

HSL color Cylindrical-coordinate representation of color #A641AD: hue angle of 296.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A641AD is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16665173-
CMYK0.040.6200.32
HSL296.11º45.38%46.67%-
HSV(B)296.11º62.43%67.84%-
XYZ25.1614.941.09-
YUV107.51164.96169.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 65 (25.78% from 255) = 16.09%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=41.09%
G=16.09%
B=42.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166651730.040.6200.32296.1145.3846.67
HexA641AD43E0201282d2f
Octal2461012554760404505557
Binary101001101000001101011011001111100100000100101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A641AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A641AD; }

 p { color: rgb(166,65,173); }

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

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

 a { background-color: rgb(166,65,173); }

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

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

 span { border-color: rgb(166,65,173); }

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