#A46BB0

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

Shades of Violet Blue #A46BB0

Tints of Violet Blue #A46BB0

Color information

#A46BB0 (or 0xA46BB0) is unknown color: approx Violet Blue. HEX triplet: A4, 6B and B0. RGB value is (164,107,176). Sum of RGB (Red+Green+Blue) = 164+107+176=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #A46BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46BB0 is #5B944F. Grayscale: #838383. Windows color (decimal): -6001744 or 11561892. OLE color: 11561892.

HSL color Cylindrical-coordinate representation of color #A46BB0: hue angle of 289.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A46BB0 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164107176-
CMYK0.070.3900.31
HSL289.57º30.4%55.49%-
HSV(B)289.57º39.2%69.02%-
XYZ28.421.5443.74-
YUV131.91152.88150.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=36.69%
G=23.94%
B=39.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641071760.070.3900.31289.5730.455.49
HexA46BB072701F1221e37
Octal2441532607470374423667
Binary1010010011010111011000011110011101111110010001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BB0; }

 p { color: rgb(164,107,176); }

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

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

 a { background-color: rgb(164,107,176); }

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

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

 span { border-color: rgb(164,107,176); }

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