#A772B0

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

Shades of Violet Blue #A772B0

Tints of Violet Blue #A772B0

Color information

#A772B0 (or 0xA772B0) is unknown color: approx Violet Blue. HEX triplet: A7, 72 and B0. RGB value is (167,114,176). Sum of RGB (Red+Green+Blue) = 167+114+176=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #A772B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772B0 is #588D4F. Grayscale: #888888. Windows color (decimal): -5803344 or 11563687. OLE color: 11563687.

HSL color Cylindrical-coordinate representation of color #A772B0: hue angle of 291.29º 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 #A772B0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167114176-
CMYK0.050.3500.31
HSL291.29º28.18%56.86%-
HSV(B)291.29º35.23%69.02%-
XYZ29.7923.3844.02-
YUV136.92150.06149.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=36.54%
G=24.95%
B=38.51%

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
Decimal1671141760.050.3500.31291.2928.1856.86
HexA772B052301F1231c39
Octal2471622605430374433471
Binary1010011111100101011000010110001101111110010001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772B0; }

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

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

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

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

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

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

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

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