#AA67AB

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

Shades of Violet Blue #AA67AB

Tints of Violet Blue #AA67AB

Color information

#AA67AB (or 0xAA67AB) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and AB. RGB value is (170,103,171). Sum of RGB (Red+Green+Blue) = 170+103+171=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA67AB is #559854. Grayscale: #828282. Windows color (decimal): -5609557 or 11233194. OLE color: 11233194.

HSL color Cylindrical-coordinate representation of color #AA67AB: hue angle of 299.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA67AB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170103171-
CMYK0.010.4000.33
HSL299.12º28.81%53.73%-
HSV(B)299.12º39.77%67.06%-
XYZ28.7821.1941.1-
YUV130.78150.7155.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=38.29%
G=23.20%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701031710.010.4000.33299.1228.8153.73
HexAA67AB12802112b1d36
Octal2521472531500414533566
Binary101010101100111101010111101000010000110010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67AB; }

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

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

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

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

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

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

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

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