#A04A8B

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

Shades of Violet Blue #A04A8B

Tints of Violet Blue #A04A8B

Color information

#A04A8B (or 0xA04A8B) is unknown color: approx Violet Blue. HEX triplet: A0, 4A and 8B. RGB value is (160,74,139). Sum of RGB (Red+Green+Blue) = 160+74+139=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A8B is #5FB574. Grayscale: #6A6A6A. Windows color (decimal): -6272373 or 9128608. OLE color: 9128608.

HSL color Cylindrical-coordinate representation of color #A04A8B: hue angle of 314.65º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A8B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB16074139-
CMYK00.540.130.37
HSL314.65º36.75%45.88%-
HSV(B)314.65º53.75%62.75%-
XYZ21.6114.2426.04-
YUV107.12145.99165.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=42.90%
G=19.84%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607413900.540.130.37314.6536.7545.88
HexA04A8B036D2513b252e
Octal24011221306615454734556
Binary1010000010010101000101101101101101100101100111011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A8B; }

 p { color: rgb(160,74,139); }

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

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

 a { background-color: rgb(160,74,139); }

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

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

 span { border-color: rgb(160,74,139); }

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