#A347A4

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

Shades of Violet Blue #A347A4

Tints of Violet Blue #A347A4

Color information

#A347A4 (or 0xA347A4) is unknown color: approx Violet Blue. HEX triplet: A3, 47 and A4. RGB value is (163,71,164). Sum of RGB (Red+Green+Blue) = 163+71+164=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #A347A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A347A4 is #5CB85B. Grayscale: #6C6C6C. Windows color (decimal): -6076508 or 10766243. OLE color: 10766243.

HSL color Cylindrical-coordinate representation of color #A347A4: hue angle of 299.35º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A347A4 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16371164-
CMYK0.010.5700.36
HSL299.35º39.57%46.08%-
HSV(B)299.35º56.71%64.31%-
XYZ24.0614.9736.74-
YUV109.11158.98166.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 71 (28.12% from 255) = 17.84%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=40.95%
G=17.84%
B=41.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163711640.010.5700.36299.3539.5746.08
HexA347A413902412b282e
Octal2431072441710444535056
Binary1010001110001111010010011110010100100100101011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A347A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A347A4; }

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

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

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

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

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

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

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

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