#A142AB

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

Shades of Violet Blue #A142AB

Tints of Violet Blue #A142AB

Color information

#A142AB (or 0xA142AB) is unknown color: approx Violet Blue. HEX triplet: A1, 42 and AB. RGB value is (161,66,171). Sum of RGB (Red+Green+Blue) = 161+66+171=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #A142AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A142AB is #5EBD54. Grayscale: #6A6A6A. Windows color (decimal): -6208853 or 11223713. OLE color: 11223713.

HSL color Cylindrical-coordinate representation of color #A142AB: hue angle of 294.29º 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 #A142AB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16166171-
CMYK0.060.6100.33
HSL294.29º44.3%46.47%-
HSV(B)294.29º61.4%67.06%-
XYZ2414.4140.05-
YUV106.38164.47166.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=40.45%
G=16.58%
B=42.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161661710.060.6100.33294.2944.346.47
HexA142AB63D0211262c2e
Octal2411022536750414465456
Binary101000011000010101010111101111010100001100100110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142AB; }

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

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

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

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

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

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

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

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