#A461AA

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

Shades of Violet Blue #A461AA

Tints of Violet Blue #A461AA

Color information

#A461AA (or 0xA461AA) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and AA. RGB value is (164,97,170). Sum of RGB (Red+Green+Blue) = 164+97+170=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A461AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A461AA is #5B9E55. Grayscale: #7D7D7D. Windows color (decimal): -6004310 or 11166116. OLE color: 11166116.

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

Color convert

RGB16497170-
CMYK0.040.4300.33
HSL295.07º30.04%52.35%-
HSV(B)295.07º42.94%66.67%-
XYZ26.8419.3440.35-
YUV125.35153.2155.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=38.05%
G=22.51%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164971700.040.4300.33295.0730.0452.35
HexA461AA42B0211271e34
Octal2441412524530414473664
Binary10100100110000110101010100101011010000110010011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461AA; }

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

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

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

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

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

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

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

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