#A15AA3

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

Shades of Violet Blue #A15AA3

Tints of Violet Blue #A15AA3

Color information

#A15AA3 (or 0xA15AA3) is unknown color: approx Violet Blue. HEX triplet: A1, 5A and A3. RGB value is (161,90,163). Sum of RGB (Red+Green+Blue) = 161+90+163=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 163 - color contains mainly: blue. Hex color #A15AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15AA3 is #5EA55C. Grayscale: #777777. Windows color (decimal): -6202717 or 10705569. OLE color: 10705569.

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

Color convert

RGB16190163-
CMYK0.010.4500.36
HSL298.36º28.85%49.61%-
HSV(B)298.36º44.79%63.92%-
XYZ24.9617.5336.72-
YUV119.55152.52157.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 90 (35.55% from 255) = 21.74%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=38.89%
G=21.74%
B=39.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161901630.010.4500.36298.3628.8549.61
HexA15AA312D02412a1d32
Octal2411322431550444523562
Binary101000011011010101000111101101010010010010101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15AA3; }

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

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

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

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

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

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

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

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