#A15AAA

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

Shades of Violet Blue #A15AAA

Tints of Violet Blue #A15AAA

Color information

#A15AAA (or 0xA15AAA) is unknown color: approx Violet Blue. HEX triplet: A1, 5A and AA. RGB value is (161,90,170). Sum of RGB (Red+Green+Blue) = 161+90+170=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #A15AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15AAA is #5EA555. Grayscale: #787878. Windows color (decimal): -6202710 or 11164321. OLE color: 11164321.

HSL color Cylindrical-coordinate representation of color #A15AAA: hue angle of 293.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15AAA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16190170-
CMYK0.050.4700.33
HSL293.25º32%50.98%-
HSV(B)293.25º47.06%66.67%-
XYZ25.6117.7940.11-
YUV120.35156.02157-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=38.24%
G=21.38%
B=40.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161901700.050.4700.33293.253250.98
HexA15AAA52F0211252033
Octal2411322525570414454063
Binary101000011011010101010101011011110100001100100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15AAA; }

 p { color: rgb(161,90,170); }

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

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

 a { background-color: rgb(161,90,170); }

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

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

 span { border-color: rgb(161,90,170); }

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