#A765AB

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

Shades of Violet Blue #A765AB

Tints of Violet Blue #A765AB

Color information

#A765AB (or 0xA765AB) is unknown color: approx Violet Blue. HEX triplet: A7, 65 and AB. RGB value is (167,101,171). Sum of RGB (Red+Green+Blue) = 167+101+171=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #A765AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A765AB is #589A54. Grayscale: #808080. Windows color (decimal): -5806677 or 11232679. OLE color: 11232679.

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

Color convert

RGB167101171-
CMYK0.020.4100.33
HSL296.57º29.41%53.33%-
HSV(B)296.57º40.94%67.06%-
XYZ27.9420.4641.01-
YUV128.71151.87155.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=38.04%
G=23.01%
B=38.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671011710.020.4100.33296.5729.4153.33
HexA765AB2290211291d35
Octal2471452532510414513565
Binary1010011111001011010101110101001010000110010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A765AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A765AB; }

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

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

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

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

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

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

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

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