#A0438F

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

Shades of Violet Blue #A0438F

Tints of Violet Blue #A0438F

Color information

#A0438F (or 0xA0438F) is unknown color: approx Violet Blue. HEX triplet: A0, 43 and 8F. RGB value is (160,67,143). Sum of RGB (Red+Green+Blue) = 160+67+143=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0438F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0438F is #5FBC70. Grayscale: #676767. Windows color (decimal): -6274161 or 9388960. OLE color: 9388960.

HSL color Cylindrical-coordinate representation of color #A0438F: hue angle of 310.97º 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 #A0438F is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16067143-
CMYK00.580.110.37
HSL310.97º40.97%44.51%-
HSV(B)310.97º58.13%62.75%-
XYZ21.4613.4727.46-
YUV103.47150.31168.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 67 (26.56% from 255) = 18.11%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=43.24%
G=18.11%
B=38.65%

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
Decimal1606714300.580.110.37310.9740.9744.51
HexA0438F03AB25137292d
Octal24010321707213454675155
Binary1010000010000111000111101110101011100101100110111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0438F; }

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

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

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

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

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

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

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

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