#A651B0

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

Shades of Violet Blue #A651B0

Tints of Violet Blue #A651B0

Color information

#A651B0 (or 0xA651B0) is unknown color: approx Violet Blue. HEX triplet: A6, 51 and B0. RGB value is (166,81,176). Sum of RGB (Red+Green+Blue) = 166+81+176=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #A651B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A651B0 is #59AE4F. Grayscale: #747474. Windows color (decimal): -5877328 or 11555238. OLE color: 11555238.

HSL color Cylindrical-coordinate representation of color #A651B0: hue angle of 293.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A651B0 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16681176-
CMYK0.060.5400.31
HSL293.68º37.55%50.39%-
HSV(B)293.68º53.98%69.02%-
XYZ26.517.1342.98-
YUV117.24161.16162.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=39.24%
G=19.15%
B=41.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166811760.060.5400.31293.6837.5550.39
HexA651B063601F1262632
Octal2461212606660374464662
Binary10100110101000110110000110110110011111100100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A651B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A651B0; }

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

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

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

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

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

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

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

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