#A542AA

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

Shades of Violet Blue #A542AA

Tints of Violet Blue #A542AA

Color information

#A542AA (or 0xA542AA) is unknown color: approx Violet Blue. HEX triplet: A5, 42 and AA. RGB value is (165,66,170). Sum of RGB (Red+Green+Blue) = 165+66+170=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #A542AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A542AA is #5ABD55. Grayscale: #6B6B6B. Windows color (decimal): -5946710 or 11158181. OLE color: 11158181.

HSL color Cylindrical-coordinate representation of color #A542AA: hue angle of 297.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A542AA is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16566170-
CMYK0.030.6100.33
HSL297.12º44.07%46.27%-
HSV(B)297.12º61.18%66.67%-
XYZ24.7214.839.58-
YUV107.46163.3169.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=41.15%
G=16.46%
B=42.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165661700.030.6100.33297.1244.0746.27
HexA542AA33D0211292c2e
Octal2451022523750414515456
Binary10100101100001010101010111111010100001100101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542AA; }

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

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

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

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

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

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

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

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