#A674AB

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

Shades of Violet Blue #A674AB

Tints of Violet Blue #A674AB

Color information

#A674AB (or 0xA674AB) is unknown color: approx Violet Blue. HEX triplet: A6, 74 and AB. RGB value is (166,116,171). Sum of RGB (Red+Green+Blue) = 166+116+171=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A674AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674AB is #598B54. Grayscale: #898989. Windows color (decimal): -5868373 or 11236518. OLE color: 11236518.

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

Color convert

RGB166116171-
CMYK0.030.3200.33
HSL294.55º24.66%56.27%-
HSV(B)294.55º32.16%67.06%-
XYZ29.3223.5441.53-
YUV137.22147.06148.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=36.64%
G=25.61%
B=37.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661161710.030.3200.33294.5524.6656.27
HexA674AB3200211271938
Octal2461642533400414473170
Binary1010011011101001010101111100000010000110010011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674AB; }

 p { color: rgb(166,116,171); }

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

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

 a { background-color: rgb(166,116,171); }

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

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

 span { border-color: rgb(166,116,171); }

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