#A451A7

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

Shades of Violet Blue #A451A7

Tints of Violet Blue #A451A7

Color information

#A451A7 (or 0xA451A7) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and A7. RGB value is (164,81,167). Sum of RGB (Red+Green+Blue) = 164+81+167=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 167 - color contains mainly: blue. Hex color #A451A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A451A7 is #5BAE58. Grayscale: #737373. Windows color (decimal): -6008409 or 10965412. OLE color: 10965412.

HSL color Cylindrical-coordinate representation of color #A451A7: hue angle of 297.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A451A7 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16481167-
CMYK0.020.5100.35
HSL297.91º34.68%48.63%-
HSV(B)297.91º51.5%65.49%-
XYZ25.2316.5738.43-
YUV115.62157162.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 167 (65.62% from 255) = 40.53%
R=39.81%
G=19.66%
B=40.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164811670.020.5100.35297.9134.6848.63
HexA451A723302312a2331
Octal2441212472630434524361
Binary10100100101000110100111101100110100011100101010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451A7; }

 p { color: rgb(164,81,167); }

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

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

 a { background-color: rgb(164,81,167); }

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

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

 span { border-color: rgb(164,81,167); }

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