#A47BA3

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

Shades of Violet Blue #A47BA3

Tints of Violet Blue #A47BA3

Color information

#A47BA3 (or 0xA47BA3) is unknown color: approx Violet Blue. HEX triplet: A4, 7B and A3. RGB value is (164,123,163). Sum of RGB (Red+Green+Blue) = 164+123+163=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A47BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BA3 is #5B845C. Grayscale: #8B8B8B. Windows color (decimal): -5997661 or 10714020. OLE color: 10714020.

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

Color convert

RGB164123163-
CMYK00.250.010.36
HSL301.46º18.39%56.27%-
HSV(B)301.46º25%64.31%-
XYZ2924.737.89-
YUV139.82141.08145.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 163 (64.06% from 255) = 36.22%
R=36.44%
G=27.33%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412316300.250.010.36301.4618.3956.27
HexA47BA301912412d1238
Octal2441732430311444552270
Binary10100100111101110100011011001110010010010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BA3; }

 p { color: rgb(164,123,163); }

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

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

 a { background-color: rgb(164,123,163); }

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

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

 span { border-color: rgb(164,123,163); }

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