#A0438E

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

Shades of Violet Blue #A0438E

Tints of Violet Blue #A0438E

Color information

#A0438E (or 0xA0438E) is unknown color: approx Violet Blue. HEX triplet: A0, 43 and 8E. RGB value is (160,67,142). Sum of RGB (Red+Green+Blue) = 160+67+142=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0438E is #5FBC71. Grayscale: #676767. Windows color (decimal): -6274162 or 9323424. OLE color: 9323424.

HSL color Cylindrical-coordinate representation of color #A0438E: hue angle of 311.61º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0438E is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16067142-
CMYK00.580.110.37
HSL311.61º40.97%44.51%-
HSV(B)311.61º58.13%62.75%-
XYZ21.3913.4427.06-
YUV103.36149.81168.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=43.36%
G=18.16%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606714200.580.110.37311.6140.9744.51
HexA0438E03AB25138292d
Octal24010321607213454705155
Binary1010000010000111000111001110101011100101100111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0438E; }

 p { color: rgb(160,67,142); }

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

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

 a { background-color: rgb(160,67,142); }

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

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

 span { border-color: rgb(160,67,142); }

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