#A74AAB

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

Shades of Violet Blue #A74AAB

Tints of Violet Blue #A74AAB

Color information

#A74AAB (or 0xA74AAB) is unknown color: approx Violet Blue. HEX triplet: A7, 4A and AB. RGB value is (167,74,171). Sum of RGB (Red+Green+Blue) = 167+74+171=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #A74AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AAB is #58B554. Grayscale: #707070. Windows color (decimal): -5813589 or 11225767. OLE color: 11225767.

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

Color convert

RGB16774171-
CMYK0.020.5700.33
HSL297.53º39.59%48.04%-
HSV(B)297.53º56.73%67.06%-
XYZ25.7416.0540.27-
YUV112.86160.81166.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=40.53%
G=17.96%
B=41.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167741710.020.5700.33297.5339.5948.04
HexA74AAB23902112a2830
Octal2471122532710414525060
Binary10100111100101010101011101110010100001100101010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74AAB; }

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

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

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

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

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

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

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

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