#A352AD

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

Shades of Violet Blue #A352AD

Tints of Violet Blue #A352AD

Color information

#A352AD (or 0xA352AD) is unknown color: approx Violet Blue. HEX triplet: A3, 52 and AD. RGB value is (163,82,173). Sum of RGB (Red+Green+Blue) = 163+82+173=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #A352AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352AD is #5CAD52. Grayscale: #747474. Windows color (decimal): -6073683 or 11358883. OLE color: 11358883.

HSL color Cylindrical-coordinate representation of color #A352AD: hue angle of 293.41º 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 #A352AD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16382173-
CMYK0.060.5300.32
HSL293.41º35.69%50%-
HSV(B)293.41º52.6%67.84%-
XYZ25.6616.8441.43-
YUV116.59159.84161.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=39.00%
G=19.62%
B=41.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163821730.060.5300.32293.4135.6950
HexA352AD6350201252432
Octal2431222556650404454462
Binary101000111010010101011011101101010100000100100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A352AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A352AD; }

 p { color: rgb(163,82,173); }

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

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

 a { background-color: rgb(163,82,173); }

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

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

 span { border-color: rgb(163,82,173); }

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