#A142A8

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

Shades of Violet Blue #A142A8

Tints of Violet Blue #A142A8

Color information

#A142A8 (or 0xA142A8) is unknown color: approx Violet Blue. HEX triplet: A1, 42 and A8. RGB value is (161,66,168). Sum of RGB (Red+Green+Blue) = 161+66+168=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 168 - color contains mainly: blue. Hex color #A142A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A142A8 is #5EBD57. Grayscale: #696969. Windows color (decimal): -6208856 or 11027105. OLE color: 11027105.

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

Color convert

RGB16166168-
CMYK0.040.6100.34
HSL295.88º43.59%45.88%-
HSV(B)295.88º60.71%65.88%-
XYZ23.7114.338.56-
YUV106.03162.97167.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 168 (66.02% from 255) = 42.53%
R=40.76%
G=16.71%
B=42.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161661680.040.6100.34295.8843.5945.88
HexA142A843D0221282c2e
Octal2411022504750424505456
Binary101000011000010101010001001111010100010100101000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142A8; }

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

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

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

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

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

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

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

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