#A448AB

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

Shades of Violet Blue #A448AB

Tints of Violet Blue #A448AB

Color information

#A448AB (or 0xA448AB) is unknown color: approx Violet Blue. HEX triplet: A4, 48 and AB. RGB value is (164,72,171). Sum of RGB (Red+Green+Blue) = 164+72+171=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #A448AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A448AB is #5BB754. Grayscale: #6E6E6E. Windows color (decimal): -6010709 or 11225252. OLE color: 11225252.

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

Color convert

RGB16472171-
CMYK0.040.5800.33
HSL295.76º40.74%47.65%-
HSV(B)295.76º57.89%67.06%-
XYZ24.9815.4740.2-
YUV110.79161.98165.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=40.29%
G=17.69%
B=42.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164721710.040.5800.33295.7640.7447.65
HexA448AB43A0211282930
Octal2441102534720414505160
Binary101001001001000101010111001110100100001100101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A448AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A448AB; }

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

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

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

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

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

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

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

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