#A247A5

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

Shades of Violet Blue #A247A5

Tints of Violet Blue #A247A5

Color information

#A247A5 (or 0xA247A5) is unknown color: approx Violet Blue. HEX triplet: A2, 47 and A5. RGB value is (162,71,165). Sum of RGB (Red+Green+Blue) = 162+71+165=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 165 - color contains mainly: blue. Hex color #A247A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A247A5 is #5DB85A. Grayscale: #6C6C6C. Windows color (decimal): -6142043 or 10831778. OLE color: 10831778.

HSL color Cylindrical-coordinate representation of color #A247A5: hue angle of 298.09º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A247A5 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16271165-
CMYK0.020.5700.35
HSL298.09º39.83%46.27%-
HSV(B)298.09º56.97%64.71%-
XYZ23.9514.937.21-
YUV108.92159.65165.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 71 (28.12% from 255) = 17.84%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=40.70%
G=17.84%
B=41.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162711650.020.5700.35298.0939.8346.27
HexA247A523902312a282e
Octal2421072452710434525056
Binary10100010100011110100101101110010100011100101010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A247A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A247A5; }

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

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

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

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

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

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

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

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