#A072A5

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

Shades of Violet Blue #A072A5

Tints of Violet Blue #A072A5

Color information

#A072A5 (or 0xA072A5) is unknown color: approx Violet Blue. HEX triplet: A0, 72 and A5. RGB value is (160,114,165). Sum of RGB (Red+Green+Blue) = 160+114+165=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 165 - color contains mainly: blue. Hex color #A072A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072A5 is #5F8D5A. Grayscale: #858585. Windows color (decimal): -6262107 or 10842784. OLE color: 10842784.

HSL color Cylindrical-coordinate representation of color #A072A5: hue angle of 294.12º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A072A5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB160114165-
CMYK0.030.3100.35
HSL294.12º22.08%54.71%-
HSV(B)294.12º30.91%64.71%-
XYZ27.3122.2238.45-
YUV133.57145.74146.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=36.45%
G=25.97%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601141650.030.3100.35294.1222.0854.71
HexA072A531F0231261637
Octal2401622453370434462667
Binary101000001110010101001011111111010001110010011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072A5; }

 p { color: rgb(160,114,165); }

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

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

 a { background-color: rgb(160,114,165); }

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

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

 span { border-color: rgb(160,114,165); }

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