#A767AB

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

Shades of Violet Blue #A767AB

Tints of Violet Blue #A767AB

Color information

#A767AB (or 0xA767AB) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and AB. RGB value is (167,103,171). Sum of RGB (Red+Green+Blue) = 167+103+171=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A767AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A767AB is #589854. Grayscale: #818181. Windows color (decimal): -5806165 or 11233191. OLE color: 11233191.

HSL color Cylindrical-coordinate representation of color #A767AB: hue angle of 296.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A767AB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167103171-
CMYK0.020.4000.33
HSL296.47º28.81%53.73%-
HSV(B)296.47º39.77%67.06%-
XYZ28.1420.8641.07-
YUV129.89151.2154.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=37.87%
G=23.36%
B=38.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671031710.020.4000.33296.4728.8153.73
HexA767AB2280211281d36
Octal2471472532500414503566
Binary1010011111001111010101110101000010000110010100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767AB; }

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

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

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

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

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

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

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

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