#A3508F

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

Shades of Violet Blue #A3508F

Tints of Violet Blue #A3508F

Color information

#A3508F (or 0xA3508F) is unknown color: approx Violet Blue. HEX triplet: A3, 50 and 8F. RGB value is (163,80,143). Sum of RGB (Red+Green+Blue) = 163+80+143=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3508F is #5CAF70. Grayscale: #6F6F6F. Windows color (decimal): -6074225 or 9392291. OLE color: 9392291.

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

Color convert

RGB16380143-
CMYK00.510.120.36
HSL314.46º34.16%47.65%-
HSV(B)314.46º50.92%63.92%-
XYZ22.9315.5127.77-
YUV112145.5164.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=42.23%
G=20.73%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638014300.510.120.36314.4634.1647.65
HexA3508F033C2413a2230
Octal24312021706314444724260
Binary1010001110100001000111101100111100100100100111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3508F; }

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

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

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

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

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

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

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

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