#A3488F

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

Shades of Violet Blue #A3488F

Tints of Violet Blue #A3488F

Color information

#A3488F (or 0xA3488F) is unknown color: approx Violet Blue. HEX triplet: A3, 48 and 8F. RGB value is (163,72,143). Sum of RGB (Red+Green+Blue) = 163+72+143=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3488F is #5CB770. Grayscale: #6B6B6B. Windows color (decimal): -6076273 or 9390243. OLE color: 9390243.

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

Color convert

RGB16372143-
CMYK00.560.120.36
HSL313.19º38.72%46.08%-
HSV(B)313.19º55.83%63.92%-
XYZ22.3814.427.59-
YUV107.3148.15167.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 143 (56.25% from 255) = 37.83%
R=43.12%
G=19.05%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637214300.560.120.36313.1938.7246.08
HexA3488F038C24139272e
Octal24311021707014444714756
Binary1010001110010001000111101110001100100100100111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3488F; }

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

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

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

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

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

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

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

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