Html Css Color HEX #AA6696 Bouquet

📋 copy color: '#AA6696'

red 170 ◦ green 102 ◦ blue 150

#AA6696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AA6696

Tints of Bouquet #AA6696

RGB

 RED value IS 170 (66.8% from 255) = 40.28%

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 40.28%
G = 24.17%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA6696 (or 0xAA6696) is known color: Bouquet. HEX triplet: AA, 66 and 96. RGB value is (170,102,150). Sum of RGB (Red+Green+Blue) = 170+102+150=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6696 is #559969. Grayscale: #7F7F7F. Windows color (decimal): -5609834 or 9856682. OLE color: 9856682.

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

Color convert

RGB 170 102 150 -
CMYK 0 0.4 0.12 0.33
HSL 317.65º 0.29% 0.53% -
HSV(B) 317.65º 0.4% 0.67% -
XYZ 26.83 20.25 31.35 -
YUV 127.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 170 102 150 0 0.4 0.12 0.33 317.65 0.29 0.53
Hex AA 66 96 0 28 C 21 13E 1D 35
Octal 252 146 226 0 50 14 41 476 35 65
Binary 10101010 1100110 10010110 0 101000 1100 100001 100111110 11101 110101

Color Harmonies of #AA6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6696

Black with #AA6696

Text Example


Text Example

White with #AA6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6696; }

 p { color: rgb(170,102,150); }

 H1.HeaderClassName
 {
   color: #AA6696;
 }
 .AnyTagClassName
 {
   color: #AA6696;
 }
</style>

background-color css

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

 a { background-color: rgb(170,102,150); }

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

border-color css

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

 span { border-color: rgb(170,102,150); }

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