#A772AF

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

Shades of Violet Blue #A772AF

Tints of Violet Blue #A772AF

Color information

#A772AF (or 0xA772AF) is unknown color: approx Violet Blue. HEX triplet: A7, 72 and AF. RGB value is (167,114,175). Sum of RGB (Red+Green+Blue) = 167+114+175=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #A772AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772AF is #588D50. Grayscale: #888888. Windows color (decimal): -5803345 or 11498151. OLE color: 11498151.

HSL color Cylindrical-coordinate representation of color #A772AF: hue angle of 292.13º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A772AF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167114175-
CMYK0.050.3500.31
HSL292.13º27.6%56.67%-
HSV(B)292.13º34.86%68.63%-
XYZ29.6923.3543.5-
YUV136.8149.56149.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=36.62%
G=25%
B=38.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671141750.050.3500.31292.1327.656.67
HexA772AF52301F1241c39
Octal2471622575430374443471
Binary1010011111100101010111110110001101111110010010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772AF; }

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

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

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

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

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

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

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

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