Html Css Color HEX #AA7DA0 Bouquet

📋 copy color: '#AA7DA0'

red 170 ◦ green 125 ◦ blue 160

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

Shades of Bouquet #AA7DA0

Tints of Bouquet #AA7DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 37.36%
G = 27.47%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA7DA0 (or 0xAA7DA0) is known color: Bouquet. HEX triplet: AA, 7D and A0. RGB value is (170,125,160). Sum of RGB (Red+Green+Blue) = 170+125+160=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DA0 is #55825F. Grayscale: #8E8E8E. Windows color (decimal): -5603936 or 10517930. OLE color: 10517930.

HSL color Cylindrical-coordinate representation of color #AA7DA0: hue angle of 313.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7DA0 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 125 160 -
CMYK 0 0.26 0.06 0.33
HSL 313.33º 0.21% 0.58% -
HSV(B) 313.33º 0.26% 0.67% -
XYZ 30.26 25.75 36.63 -
YUV 142.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 170 125 160 0 0.26 0.06 0.33 313.33 0.21 0.58
Hex AA 7D A0 0 1A 6 21 139 15 3A
Octal 252 175 240 0 32 6 41 471 25 72
Binary 10101010 1111101 10100000 0 11010 110 100001 100111001 10101 111010

Color Harmonies of #AA7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DA0

Black with #AA7DA0

Text Example


Text Example

White with #AA7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DA0; }

 p { color: rgb(170,125,160); }

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

background-color css

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

 a { background-color: rgb(170,125,160); }

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

border-color css

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

 span { border-color: rgb(170,125,160); }

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