#A772A1

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

Shades of Violet Blue #A772A1

Tints of Violet Blue #A772A1

Color information

#A772A1 (or 0xA772A1) is unknown color: approx Violet Blue. HEX triplet: A7, 72 and A1. RGB value is (167,114,161). Sum of RGB (Red+Green+Blue) = 167+114+161=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A772A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772A1 is #588D5E. Grayscale: #878787. Windows color (decimal): -5803359 or 10580647. OLE color: 10580647.

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

Color convert

RGB167114161-
CMYK00.320.040.35
HSL306.79º23.14%55.1%-
HSV(B)306.79º31.74%65.49%-
XYZ28.3922.8236.63-
YUV135.2142.56150.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 161 (63.28% from 255) = 36.43%
R=37.78%
G=25.79%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711416100.320.040.35306.7923.1455.1
HexA772A10204231331737
Octal2471622410404434632767
Binary10100111111001010100001010000010010001110011001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772A1; }

 p { color: rgb(167,114,161); }

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

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

 a { background-color: rgb(167,114,161); }

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

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

 span { border-color: rgb(167,114,161); }

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