#AA6CAD

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

Shades of Violet Blue #AA6CAD

Tints of Violet Blue #AA6CAD

Color information

#AA6CAD (or 0xAA6CAD) is unknown color: approx Violet Blue. HEX triplet: AA, 6C and AD. RGB value is (170,108,173). Sum of RGB (Red+Green+Blue) = 170+108+173=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA6CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6CAD is #559352. Grayscale: #858585. Windows color (decimal): -5608275 or 11365546. OLE color: 11365546.

HSL color Cylindrical-coordinate representation of color #AA6CAD: hue angle of 297.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6CAD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170108173-
CMYK0.020.3800.32
HSL297.23º28.38%55.1%-
HSV(B)297.23º37.57%67.84%-
XYZ29.4822.2942.28-
YUV133.95150.04153.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=37.69%
G=23.95%
B=38.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701081730.020.3800.32297.2328.3855.1
HexAA6CAD2260201291c37
Octal2521542552460404513467
Binary1010101011011001010110110100110010000010010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CAD; }

 p { color: rgb(170,108,173); }

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

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

 a { background-color: rgb(170,108,173); }

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

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

 span { border-color: rgb(170,108,173); }

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