#A15FA2

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

Shades of Violet Blue #A15FA2

Tints of Violet Blue #A15FA2

Color information

#A15FA2 (or 0xA15FA2) is unknown color: approx Violet Blue. HEX triplet: A1, 5F and A2. RGB value is (161,95,162). Sum of RGB (Red+Green+Blue) = 161+95+162=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 162 - color contains mainly: blue. Hex color #A15FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FA2 is #5EA05D. Grayscale: #7A7A7A. Windows color (decimal): -6201438 or 10641313. OLE color: 10641313.

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

Color convert

RGB16195162-
CMYK0.010.4100.36
HSL299.1º26.48%50.39%-
HSV(B)299.1º41.36%63.53%-
XYZ25.3118.3736.39-
YUV122.37150.37155.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=38.52%
G=22.73%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161951620.010.4100.36299.126.4850.39
HexA15FA212902412b1a32
Octal2411372421510444533262
Binary101000011011111101000101101001010010010010101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FA2; }

 p { color: rgb(161,95,162); }

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

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

 a { background-color: rgb(161,95,162); }

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

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

 span { border-color: rgb(161,95,162); }

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