#AB74AA

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

Shades of Violet Blue #AB74AA

Tints of Violet Blue #AB74AA

Color information

#AB74AA (or 0xAB74AA) is unknown color: approx Violet Blue. HEX triplet: AB, 74 and AA. RGB value is (171,116,170). Sum of RGB (Red+Green+Blue) = 171+116+170=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB74AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB74AA is #548B55. Grayscale: #8A8A8A. Windows color (decimal): -5540694 or 11170987. OLE color: 11170987.

HSL color Cylindrical-coordinate representation of color #AB74AA: hue angle of 301.09º 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 #AB74AA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171116170-
CMYK00.320.010.33
HSL301.09º24.66%56.27%-
HSV(B)301.09º32.16%67.06%-
XYZ30.324.0541.08-
YUV138.6145.72151.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=37.42%
G=25.38%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111617000.320.010.33301.0924.6656.27
HexAB74AA02012112d1938
Octal2531642520401414553170
Binary101010111110100101010100100000110000110010110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB74AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB74AA; }

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

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

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

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

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

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

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

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