#A542AD

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

Shades of Violet Blue #A542AD

Tints of Violet Blue #A542AD

Color information

#A542AD (or 0xA542AD) is unknown color: approx Violet Blue. HEX triplet: A5, 42 and AD. RGB value is (165,66,173). Sum of RGB (Red+Green+Blue) = 165+66+173=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A542AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A542AD is #5ABD52. Grayscale: #6B6B6B. Windows color (decimal): -5946707 or 11354789. OLE color: 11354789.

HSL color Cylindrical-coordinate representation of color #A542AD: hue angle of 295.51º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A542AD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16566173-
CMYK0.050.6200.32
HSL295.51º44.77%46.86%-
HSV(B)295.51º61.85%67.84%-
XYZ25.0114.9141.1-
YUV107.8164.8168.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=40.84%
G=16.34%
B=42.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165661730.050.6200.32295.5144.7746.86
HexA542AD53E0201282d2f
Octal2451022555760404505557
Binary101001011000010101011011011111100100000100101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542AD; }

 p { color: rgb(165,66,173); }

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

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

 a { background-color: rgb(165,66,173); }

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

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

 span { border-color: rgb(165,66,173); }

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