#A248A6

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

Shades of Violet Blue #A248A6

Tints of Violet Blue #A248A6

Color information

#A248A6 (or 0xA248A6) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and A6. RGB value is (162,72,166). Sum of RGB (Red+Green+Blue) = 162+72+166=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #A248A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A248A6 is #5DB759. Grayscale: #6D6D6D. Windows color (decimal): -6141786 or 10897570. OLE color: 10897570.

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

Color convert

RGB16272166-
CMYK0.020.5700.35
HSL297.45º39.5%46.67%-
HSV(B)297.45º56.63%65.1%-
XYZ24.115.0737.71-
YUV109.63159.82165.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 166 (65.23% from 255) = 41.5%
R=40.5%
G=18%
B=41.5%

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
Decimal162721660.020.5700.35297.4539.546.67
HexA248A6239023129272f
Octal2421102462710434514757
Binary10100010100100010100110101110010100011100101001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A248A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A248A6; }

 p { color: rgb(162,72,166); }

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

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

 a { background-color: rgb(162,72,166); }

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

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

 span { border-color: rgb(162,72,166); }

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