#A767A1

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

Shades of Violet Blue #A767A1

Tints of Violet Blue #A767A1

Color information

#A767A1 (or 0xA767A1) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and A1. RGB value is (167,103,161). Sum of RGB (Red+Green+Blue) = 167+103+161=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A767A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A767A1 is #58985E. Grayscale: #808080. Windows color (decimal): -5806175 or 10577831. OLE color: 10577831.

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

Color convert

RGB167103161-
CMYK00.380.040.35
HSL305.62º26.67%52.94%-
HSV(B)305.62º38.32%65.49%-
XYZ27.2220.4936.24-
YUV128.75146.2155.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=38.75%
G=23.90%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710316100.380.040.35305.6226.6752.94
HexA767A10264231321b35
Octal2471472410464434623365
Binary10100111110011110100001010011010010001110011001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767A1; }

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

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

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

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

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

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

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

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