#A442AB

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

Shades of Violet Blue #A442AB

Tints of Violet Blue #A442AB

Color information

#A442AB (or 0xA442AB) is unknown color: approx Violet Blue. HEX triplet: A4, 42 and AB. RGB value is (164,66,171). Sum of RGB (Red+Green+Blue) = 164+66+171=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #A442AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A442AB is #5BBD54. Grayscale: #6A6A6A. Windows color (decimal): -6012245 or 11223716. OLE color: 11223716.

HSL color Cylindrical-coordinate representation of color #A442AB: hue angle of 296º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A442AB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16466171-
CMYK0.040.6100.33
HSL296º44.3%46.47%-
HSV(B)296º61.4%67.06%-
XYZ24.6114.7340.07-
YUV107.27163.97168.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=40.90%
G=16.46%
B=42.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164661710.040.6100.3329644.346.47
HexA442AB43D0211282c2e
Octal2441022534750414505456
Binary101001001000010101010111001111010100001100101000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442AB; }

 p { color: rgb(164,66,171); }

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

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

 a { background-color: rgb(164,66,171); }

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

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

 span { border-color: rgb(164,66,171); }

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