#A448AC

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

Shades of Violet Blue #A448AC

Tints of Violet Blue #A448AC

Color information

#A448AC (or 0xA448AC) is unknown color: approx Violet Blue. HEX triplet: A4, 48 and AC. RGB value is (164,72,172). Sum of RGB (Red+Green+Blue) = 164+72+172=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #A448AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A448AC is #5BB753. Grayscale: #6E6E6E. Windows color (decimal): -6010708 or 11290788. OLE color: 11290788.

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

Color convert

RGB16472172-
CMYK0.050.5800.33
HSL295.2º40.98%47.84%-
HSV(B)295.2º58.14%67.45%-
XYZ25.0715.5140.7-
YUV110.91162.48165.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=40.20%
G=17.65%
B=42.16%

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
Decimal164721720.050.5800.33295.240.9847.84
HexA448AC53A0211272930
Octal2441102545720414475160
Binary101001001001000101011001011110100100001100100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A448AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A448AC; }

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

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

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

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

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

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

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

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