#A47BA2

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

Shades of Violet Blue #A47BA2

Tints of Violet Blue #A47BA2

Color information

#A47BA2 (or 0xA47BA2) is unknown color: approx Violet Blue. HEX triplet: A4, 7B and A2. RGB value is (164,123,162). Sum of RGB (Red+Green+Blue) = 164+123+162=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A47BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BA2 is #5B845D. Grayscale: #8B8B8B. Windows color (decimal): -5997662 or 10648484. OLE color: 10648484.

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

Color convert

RGB164123162-
CMYK00.250.010.36
HSL302.93º18.39%56.27%-
HSV(B)302.93º25%64.31%-
XYZ28.9124.6737.42-
YUV139.7140.58145.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=36.53%
G=27.39%
B=36.08%

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
Decimal16412316200.250.010.36302.9318.3956.27
HexA47BA201912412f1238
Octal2441732420311444572270
Binary10100100111101110100010011001110010010010111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BA2; }

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

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

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

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

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

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

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

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