#A761AF

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

Shades of Violet Blue #A761AF

Tints of Violet Blue #A761AF

Color information

#A761AF (or 0xA761AF) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and AF. RGB value is (167,97,175). Sum of RGB (Red+Green+Blue) = 167+97+175=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #A761AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A761AF is #589E50. Grayscale: #7E7E7E. Windows color (decimal): -5807697 or 11493799. OLE color: 11493799.

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

Color convert

RGB16797175-
CMYK0.050.4500.31
HSL293.85º32.77%53.33%-
HSV(B)293.85º44.57%68.63%-
XYZ27.9519.8642.92-
YUV126.82155.19156.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=38.04%
G=22.10%
B=39.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167971750.050.4500.31293.8532.7753.33
HexA761AF52D01F1262135
Octal2471412575550374464165
Binary10100111110000110101111101101101011111100100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761AF; }

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

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

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

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

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

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

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

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