#A450AC

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

Shades of Violet Blue #A450AC

Tints of Violet Blue #A450AC

Color information

#A450AC (or 0xA450AC) is unknown color: approx Violet Blue. HEX triplet: A4, 50 and AC. RGB value is (164,80,172). Sum of RGB (Red+Green+Blue) = 164+80+172=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #A450AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A450AC is #5BAF53. Grayscale: #737373. Windows color (decimal): -6008660 or 11292836. OLE color: 11292836.

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

Color convert

RGB16480172-
CMYK0.050.5300.33
HSL294.78º36.51%49.41%-
HSV(B)294.78º53.49%67.45%-
XYZ25.6216.6140.88-
YUV115.6159.83162.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=39.42%
G=19.23%
B=41.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164801720.050.5300.33294.7836.5149.41
HexA450AC5350211272531
Octal2441202545650414474561
Binary101001001010000101011001011101010100001100100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450AC; }

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

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

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

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

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

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

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

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