#A347AD

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

Shades of Violet Blue #A347AD

Tints of Violet Blue #A347AD

Color information

#A347AD (or 0xA347AD) is unknown color: approx Violet Blue. HEX triplet: A3, 47 and AD. RGB value is (163,71,173). Sum of RGB (Red+Green+Blue) = 163+71+173=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #A347AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A347AD is #5CB852. Grayscale: #6D6D6D. Windows color (decimal): -6076499 or 11356067. OLE color: 11356067.

HSL color Cylindrical-coordinate representation of color #A347AD: hue angle of 294.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A347AD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16371173-
CMYK0.060.5900.32
HSL294.12º41.8%47.84%-
HSV(B)294.12º58.96%67.84%-
XYZ24.915.3141.18-
YUV110.14163.48165.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 71 (28.12% from 255) = 17.44%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=40.05%
G=17.44%
B=42.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163711730.060.5900.32294.1241.847.84
HexA347AD63B0201262a30
Octal2431072556730404465260
Binary101000111000111101011011101110110100000100100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A347AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A347AD; }

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

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

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

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

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

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

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

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