#A3488E

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

Shades of Violet Blue #A3488E

Tints of Violet Blue #A3488E

Color information

#A3488E (or 0xA3488E) is unknown color: approx Violet Blue. HEX triplet: A3, 48 and 8E. RGB value is (163,72,142). Sum of RGB (Red+Green+Blue) = 163+72+142=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3488E is #5CB771. Grayscale: #6B6B6B. Windows color (decimal): -6076274 or 9324707. OLE color: 9324707.

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

Color convert

RGB16372142-
CMYK00.560.130.36
HSL313.85º38.72%46.08%-
HSV(B)313.85º55.83%63.92%-
XYZ22.314.3727.19-
YUV107.19147.65167.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=43.24%
G=19.10%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637214200.560.130.36313.8538.7246.08
HexA3488E038D2413a272e
Octal24311021607015444724756
Binary1010001110010001000111001110001101100100100111010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3488E; }

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

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

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

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

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

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

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

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