#A048AB

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

Shades of Violet Blue #A048AB

Tints of Violet Blue #A048AB

Color information

#A048AB (or 0xA048AB) is unknown color: approx Violet Blue. HEX triplet: A0, 48 and AB. RGB value is (160,72,171). Sum of RGB (Red+Green+Blue) = 160+72+171=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #A048AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048AB is #5FB754. Grayscale: #6D6D6D. Windows color (decimal): -6272853 or 11225248. OLE color: 11225248.

HSL color Cylindrical-coordinate representation of color #A048AB: hue angle of 293.33º 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 #A048AB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16072171-
CMYK0.060.5800.33
HSL293.33º40.74%47.65%-
HSV(B)293.33º57.89%67.06%-
XYZ24.1715.0540.16-
YUV109.6162.65163.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=39.70%
G=17.87%
B=42.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160721710.060.5800.33293.3340.7447.65
HexA048AB63A0211252930
Octal2401102536720414455160
Binary101000001001000101010111101110100100001100100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A048AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A048AB; }

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

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

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

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

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

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

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

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