#AA6894

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

Shades of Bouquet #AA6894

Tints of Bouquet #AA6894

Color information

#AA6894 (or 0xAA6894) is unknown color: approx Bouquet. HEX triplet: AA, 68 and 94. RGB value is (170,104,148). Sum of RGB (Red+Green+Blue) = 170+104+148=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6894 is #55976B. Grayscale: #808080. Windows color (decimal): -5609324 or 9726122. OLE color: 9726122.

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

Color convert

RGB170104148-
CMYK00.390.130.33
HSL320º27.97%53.73%-
HSV(B)320º38.82%66.67%-
XYZ26.8720.5830.57-
YUV128.75138.87157.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=40.28%
G=24.64%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010414800.390.130.3332027.9753.73
HexAA6894027D211401c36
Octal25215022404715415003466
Binary101010101101000100101000100111110110000110100000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6894; }

 p { color: rgb(170,104,148); }

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

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

 a { background-color: rgb(170,104,148); }

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

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

 span { border-color: rgb(170,104,148); }

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