#A461AD

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

Shades of Violet Blue #A461AD

Tints of Violet Blue #A461AD

Color information

#A461AD (or 0xA461AD) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and AD. RGB value is (164,97,173). Sum of RGB (Red+Green+Blue) = 164+97+173=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A461AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A461AD is #5B9E52. Grayscale: #7D7D7D. Windows color (decimal): -6004307 or 11362724. OLE color: 11362724.

HSL color Cylindrical-coordinate representation of color #A461AD: hue angle of 292.89º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A461AD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16497173-
CMYK0.050.4400.32
HSL292.89º31.67%52.94%-
HSV(B)292.89º43.93%67.84%-
XYZ27.1319.4641.86-
YUV125.7154.7155.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=37.79%
G=22.35%
B=39.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164971730.050.4400.32292.8931.6752.94
HexA461AD52C0201252035
Octal2441412555540404454065
Binary101001001100001101011011011011000100000100100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461AD; }

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

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

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

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

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

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

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

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