#A751AD

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

Shades of Violet Blue #A751AD

Tints of Violet Blue #A751AD

Color information

#A751AD (or 0xA751AD) is unknown color: approx Violet Blue. HEX triplet: A7, 51 and AD. RGB value is (167,81,173). Sum of RGB (Red+Green+Blue) = 167+81+173=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #A751AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A751AD is #58AE52. Grayscale: #747474. Windows color (decimal): -5811795 or 11358631. OLE color: 11358631.

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

Color convert

RGB16781173-
CMYK0.030.5300.32
HSL296.09º36.22%49.8%-
HSV(B)296.09º53.18%67.84%-
XYZ26.4217.1241.45-
YUV117.2159.49163.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=39.67%
G=19.24%
B=41.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167811730.030.5300.32296.0936.2249.8
HexA751AD3350201282432
Octal2471212553650404504462
Binary10100111101000110101101111101010100000100101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A751AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A751AD; }

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

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

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

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

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

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

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

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