#A3469F

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

Shades of Violet Blue #A3469F

Tints of Violet Blue #A3469F

Color information

#A3469F (or 0xA3469F) is unknown color: approx Violet Blue. HEX triplet: A3, 46 and 9F. RGB value is (163,70,159). Sum of RGB (Red+Green+Blue) = 163+70+159=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3469F is #5CB960. Grayscale: #6B6B6B. Windows color (decimal): -6076769 or 10438307. OLE color: 10438307.

HSL color Cylindrical-coordinate representation of color #A3469F: hue angle of 302.58º 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 #A3469F is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16370159-
CMYK00.570.020.36
HSL302.58º39.91%45.69%-
HSV(B)302.58º57.06%63.92%-
XYZ23.5514.6734.39-
YUV107.95156.81167.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=41.58%
G=17.86%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637015900.570.020.36302.5839.9145.69
HexA3469F03922412f282e
Octal2431062370712444575056
Binary10100011100011010011111011100110100100100101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3469F; }

 p { color: rgb(163,70,159); }

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

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

 a { background-color: rgb(163,70,159); }

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

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

 span { border-color: rgb(163,70,159); }

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