#A247A1

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

Shades of Violet Blue #A247A1

Tints of Violet Blue #A247A1

Color information

#A247A1 (or 0xA247A1) is unknown color: approx Violet Blue. HEX triplet: A2, 47 and A1. RGB value is (162,71,161). Sum of RGB (Red+Green+Blue) = 162+71+161=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A247A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A247A1 is #5DB85E. Grayscale: #6C6C6C. Windows color (decimal): -6142047 or 10569634. OLE color: 10569634.

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

Color convert

RGB16271161-
CMYK00.560.010.36
HSL300.66º39.06%45.69%-
HSV(B)300.66º56.17%63.53%-
XYZ23.5914.7635.32-
YUV108.47157.65166.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 71 (28.12% from 255) = 18.02%
BLUE value IS 161 (63.28% from 255) = 40.86%
R=41.12%
G=18.02%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627116100.560.010.36300.6639.0645.69
HexA247A103812412d272e
Octal2421072410701444554756
Binary1010001010001111010000101110001100100100101101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A247A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A247A1; }

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

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

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

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

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

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

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

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