#AA67A5

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

Shades of Violet Blue #AA67A5

Tints of Violet Blue #AA67A5

Color information

#AA67A5 (or 0xAA67A5) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and A5. RGB value is (170,103,165). Sum of RGB (Red+Green+Blue) = 170+103+165=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA67A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA67A5 is #55985A. Grayscale: #818181. Windows color (decimal): -5609563 or 10839978. OLE color: 10839978.

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

Color convert

RGB170103165-
CMYK00.390.030.33
HSL304.48º28.27%53.53%-
HSV(B)304.48º39.41%66.67%-
XYZ28.2220.9638.16-
YUV130.1147.7156.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=38.81%
G=23.52%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010316500.390.030.33304.4828.2753.53
HexAA67A50273211301c36
Octal2521472450473414603466
Binary1010101011001111010010101001111110000110011000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67A5; }

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

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

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

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

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

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

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

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