#AA67AF

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

Shades of Violet Blue #AA67AF

Tints of Violet Blue #AA67AF

Color information

#AA67AF (or 0xAA67AF) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and AF. RGB value is (170,103,175). Sum of RGB (Red+Green+Blue) = 170+103+175=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA67AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA67AF is #559850. Grayscale: #838383. Windows color (decimal): -5609553 or 11495338. OLE color: 11495338.

HSL color Cylindrical-coordinate representation of color #AA67AF: hue angle of 295.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA67AF is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170103175-
CMYK0.030.4100.31
HSL295.83º31.03%54.51%-
HSV(B)295.83º41.14%68.63%-
XYZ29.1721.3443.14-
YUV131.24152.7155.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=37.95%
G=22.99%
B=39.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701031750.030.4100.31295.8331.0354.51
HexAA67AF32901F1281f37
Octal2521472573510374503767
Binary101010101100111101011111110100101111110010100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67AF; }

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

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

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

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

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

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

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

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