#A754B1

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

Shades of Violet Blue #A754B1

Tints of Violet Blue #A754B1

Color information

#A754B1 (or 0xA754B1) is unknown color: approx Violet Blue. HEX triplet: A7, 54 and B1. RGB value is (167,84,177). Sum of RGB (Red+Green+Blue) = 167+84+177=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #A754B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A754B1 is #58AB4E. Grayscale: #777777. Windows color (decimal): -5811023 or 11621543. OLE color: 11621543.

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

Color convert

RGB16784177-
CMYK0.060.5300.31
HSL293.55º37.35%51.18%-
HSV(B)293.55º52.54%69.41%-
XYZ27.0417.7343.59-
YUV119.42160.5161.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 177 (69.53% from 255) = 41.36%
R=39.02%
G=19.63%
B=41.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167841770.060.5300.31293.5537.3551.18
HexA754B163501F1262533
Octal2471242616650374464563
Binary10100111101010010110001110110101011111100100110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A754B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A754B1; }

 p { color: rgb(167,84,177); }

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

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

 a { background-color: rgb(167,84,177); }

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

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

 span { border-color: rgb(167,84,177); }

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