#A754AD

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

Shades of Violet Blue #A754AD

Tints of Violet Blue #A754AD

Color information

#A754AD (or 0xA754AD) is unknown color: approx Violet Blue. HEX triplet: A7, 54 and AD. RGB value is (167,84,173). Sum of RGB (Red+Green+Blue) = 167+84+173=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A754AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A754AD is #58AB52. Grayscale: #767676. Windows color (decimal): -5811027 or 11359399. OLE color: 11359399.

HSL color Cylindrical-coordinate representation of color #A754AD: hue angle of 295.96º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A754AD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16784173-
CMYK0.030.5100.32
HSL295.96º35.18%50.39%-
HSV(B)295.96º51.45%67.84%-
XYZ26.6517.5741.52-
YUV118.96158.5162.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=39.39%
G=19.81%
B=40.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167841730.030.5100.32295.9635.1850.39
HexA754AD3330201282332
Octal2471242553630404504362
Binary10100111101010010101101111100110100000100101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A754AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A754AD; }

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

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

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

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

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

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

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

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