#A142A6

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

Shades of Violet Blue #A142A6

Tints of Violet Blue #A142A6

Color information

#A142A6 (or 0xA142A6) is unknown color: approx Violet Blue. HEX triplet: A1, 42 and A6. RGB value is (161,66,166). Sum of RGB (Red+Green+Blue) = 161+66+166=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 166 - color contains mainly: blue. Hex color #A142A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A142A6 is #5EBD59. Grayscale: #696969. Windows color (decimal): -6208858 or 10896033. OLE color: 10896033.

HSL color Cylindrical-coordinate representation of color #A142A6: hue angle of 297º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A142A6 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16166166-
CMYK0.030.6000.35
HSL297º43.1%45.49%-
HSV(B)297º60.24%65.1%-
XYZ23.5314.2337.58-
YUV105.8161.97167.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=40.97%
G=16.79%
B=42.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161661660.030.6000.3529743.145.49
HexA142A633C0231292b2d
Octal2411022463740434515355
Binary10100001100001010100110111111000100011100101001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142A6; }

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

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

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

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

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

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

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

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