#A74BAB

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

Shades of Violet Blue #A74BAB

Tints of Violet Blue #A74BAB

Color information

#A74BAB (or 0xA74BAB) is unknown color: approx Violet Blue. HEX triplet: A7, 4B and AB. RGB value is (167,75,171). Sum of RGB (Red+Green+Blue) = 167+75+171=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A74BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74BAB is #58B454. Grayscale: #717171. Windows color (decimal): -5813333 or 11226023. OLE color: 11226023.

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

Color convert

RGB16775171-
CMYK0.020.5600.33
HSL297.5º39.02%48.24%-
HSV(B)297.5º56.14%67.06%-
XYZ25.816.1940.29-
YUV113.45160.48166.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=40.44%
G=18.16%
B=41.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167751710.020.5600.33297.539.0248.24
HexA74BAB23802112a2730
Octal2471132532700414524760
Binary10100111100101110101011101110000100001100101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74BAB; }

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

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

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

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

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

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

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

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