#A651A4

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

Shades of Violet Blue #A651A4

Tints of Violet Blue #A651A4

Color information

#A651A4 (or 0xA651A4) is unknown color: approx Violet Blue. HEX triplet: A6, 51 and A4. RGB value is (166,81,164). Sum of RGB (Red+Green+Blue) = 166+81+164=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A651A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A651A4 is #59AE5B. Grayscale: #737373. Windows color (decimal): -5877340 or 10768806. OLE color: 10768806.

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

Color convert

RGB16681164-
CMYK00.510.010.35
HSL301.41º34.41%48.43%-
HSV(B)301.41º51.2%65.1%-
XYZ25.3716.6737-
YUV115.88155.16163.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=40.39%
G=19.71%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668116400.510.010.35301.4134.4148.43
HexA651A403312312d2230
Octal2461212440631434554260
Binary1010011010100011010010001100111100011100101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A651A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A651A4; }

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

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

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

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

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

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

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

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