#A740AB

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

Shades of Violet Blue #A740AB

Tints of Violet Blue #A740AB

Color information

#A740AB (or 0xA740AB) is unknown color: approx Violet Blue. HEX triplet: A7, 40 and AB. RGB value is (167,64,171). Sum of RGB (Red+Green+Blue) = 167+64+171=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #A740AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A740AB is #58BF54. Grayscale: #6A6A6A. Windows color (decimal): -5816149 or 11223207. OLE color: 11223207.

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

Color convert

RGB16764171-
CMYK0.020.6300.33
HSL297.76º45.53%46.08%-
HSV(B)297.76º62.57%67.06%-
XYZ25.1214.8240.07-
YUV107164.12170.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=41.54%
G=15.92%
B=42.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167641710.020.6300.33297.7645.5346.08
HexA740AB23F02112a2e2e
Octal2471002532770414525656
Binary10100111100000010101011101111110100001100101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A740AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A740AB; }

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

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

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

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

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

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

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

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