#A248AB

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

Shades of Violet Blue #A248AB

Tints of Violet Blue #A248AB

Color information

#A248AB (or 0xA248AB) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and AB. RGB value is (162,72,171). Sum of RGB (Red+Green+Blue) = 162+72+171=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A248AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A248AB is #5DB754. Grayscale: #6D6D6D. Windows color (decimal): -6141781 or 11225250. OLE color: 11225250.

HSL color Cylindrical-coordinate representation of color #A248AB: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A248AB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16272171-
CMYK0.050.5800.33
HSL294.55º40.74%47.65%-
HSV(B)294.55º57.89%67.06%-
XYZ24.5715.2640.18-
YUV110.2162.32164.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=40%
G=17.78%
B=42.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162721710.050.5800.33294.5540.7447.65
HexA248AB53A0211272930
Octal2421102535720414475160
Binary101000101001000101010111011110100100001100100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A248AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A248AB; }

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

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

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

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

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

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

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

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