#A461A3

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

Shades of Violet Blue #A461A3

Tints of Violet Blue #A461A3

Color information

#A461A3 (or 0xA461A3) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and A3. RGB value is (164,97,163). Sum of RGB (Red+Green+Blue) = 164+97+163=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A461A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A461A3 is #5B9E5C. Grayscale: #7C7C7C. Windows color (decimal): -6004317 or 10707364. OLE color: 10707364.

HSL color Cylindrical-coordinate representation of color #A461A3: hue angle of 300.9º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A461A3 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16497163-
CMYK00.410.010.36
HSL300.9º26.91%51.18%-
HSV(B)300.9º40.85%64.31%-
XYZ26.219.0936.95-
YUV124.56149.7156.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 163 (64.06% from 255) = 38.44%
R=38.68%
G=22.88%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649716300.410.010.36300.926.9151.18
HexA461A302912412d1b33
Octal2441412430511444553363
Binary101001001100001101000110101001110010010010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461A3; }

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

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

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

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

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

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

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

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