#A0468F

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

Shades of Violet Blue #A0468F

Tints of Violet Blue #A0468F

Color information

#A0468F (or 0xA0468F) is unknown color: approx Violet Blue. HEX triplet: A0, 46 and 8F. RGB value is (160,70,143). Sum of RGB (Red+Green+Blue) = 160+70+143=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0468F is #5FB970. Grayscale: #696969. Windows color (decimal): -6273393 or 9389728. OLE color: 9389728.

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

Color convert

RGB16070143-
CMYK00.560.110.37
HSL311.33º39.13%45.1%-
HSV(B)311.33º56.25%62.75%-
XYZ21.6513.8427.52-
YUV105.23149.32167.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=42.90%
G=18.77%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607014300.560.110.37311.3339.1345.1
HexA0468F038B25137272d
Octal24010621707013454674755
Binary1010000010001101000111101110001011100101100110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0468F; }

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

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

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

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

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

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

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

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