#A04F90

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

Shades of Violet Blue #A04F90

Tints of Violet Blue #A04F90

Color information

#A04F90 (or 0xA04F90) is unknown color: approx Violet Blue. HEX triplet: A0, 4F and 90. RGB value is (160,79,144). Sum of RGB (Red+Green+Blue) = 160+79+144=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F90 is #5FB06F. Grayscale: #6E6E6E. Windows color (decimal): -6271088 or 9457568. OLE color: 9457568.

HSL color Cylindrical-coordinate representation of color #A04F90: hue angle of 311.85º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F90 is Cyan = 0, Magento = 0.51, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB16079144-
CMYK00.510.10.37
HSL311.85º33.89%46.86%-
HSV(B)311.85º50.63%62.75%-
XYZ22.3315.0828.12-
YUV110.63146.84163.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=41.78%
G=20.63%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607914400.510.10.37311.8533.8946.86
HexA04F90033A25138222f
Octal24011722006312454704257
Binary1010000010011111001000001100111010100101100111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F90; }

 p { color: rgb(160,79,144); }

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

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

 a { background-color: rgb(160,79,144); }

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

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

 span { border-color: rgb(160,79,144); }

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