#A3468F

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

Shades of Violet Blue #A3468F

Tints of Violet Blue #A3468F

Color information

#A3468F (or 0xA3468F) is unknown color: approx Violet Blue. HEX triplet: A3, 46 and 8F. RGB value is (163,70,143). Sum of RGB (Red+Green+Blue) = 163+70+143=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3468F is #5CB970. Grayscale: #696969. Windows color (decimal): -6076785 or 9389731. OLE color: 9389731.

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

Color convert

RGB16370143-
CMYK00.570.120.36
HSL312.9º39.91%45.69%-
HSV(B)312.9º57.06%63.92%-
XYZ22.2514.1527.55-
YUV106.13148.81168.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=43.35%
G=18.62%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637014300.570.120.36312.939.9145.69
HexA3468F039C24139282e
Octal24310621707114444715056
Binary1010001110001101000111101110011100100100100111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3468F; }

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

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

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

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

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

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

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

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