#A754AB

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

Shades of Violet Blue #A754AB

Tints of Violet Blue #A754AB

Color information

#A754AB (or 0xA754AB) is unknown color: approx Violet Blue. HEX triplet: A7, 54 and AB. RGB value is (167,84,171). Sum of RGB (Red+Green+Blue) = 167+84+171=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A754AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A754AB is #58AB54. Grayscale: #767676. Windows color (decimal): -5811029 or 11228327. OLE color: 11228327.

HSL color Cylindrical-coordinate representation of color #A754AB: hue angle of 297.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A754AB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16784171-
CMYK0.020.5100.33
HSL297.24º34.12%50%-
HSV(B)297.24º50.88%67.06%-
XYZ26.4617.540.51-
YUV118.74157.5162.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=39.57%
G=19.91%
B=40.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167841710.020.5100.33297.2434.1250
HexA754AB2330211292232
Octal2471242532630414514262
Binary10100111101010010101011101100110100001100101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A754AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A754AB; }

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

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

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

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

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

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

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

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