Html Css Color HEX #AA6595 Bouquet

📋 copy color: '#AA6595'

red 170 ◦ green 101 ◦ blue 149

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

Shades of Bouquet #AA6595

Tints of Bouquet #AA6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.05%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 40.48%
G = 24.05%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA6595 (or 0xAA6595) is known color: Bouquet. HEX triplet: AA, 65 and 95. RGB value is (170,101,149). Sum of RGB (Red+Green+Blue) = 170+101+149=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6595 is #559A6A. Grayscale: #7E7E7E. Windows color (decimal): -5610091 or 9790890. OLE color: 9790890.

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

Color convert

RGB 170 101 149 -
CMYK 0 0.41 0.12 0.33
HSL 318.26º 0.29% 0.53% -
HSV(B) 318.26º 0.41% 0.67% -
XYZ 26.66 20.02 30.89 -
YUV 127.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 170 101 149 0 0.41 0.12 0.33 318.26 0.29 0.53
Hex AA 65 95 0 29 C 21 13E 1D 35
Octal 252 145 225 0 51 14 41 476 35 65
Binary 10101010 1100101 10010101 0 101001 1100 100001 100111110 11101 110101

Color Harmonies of #AA6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6595

Black with #AA6595

Text Example


Text Example

White with #AA6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6595; }

 p { color: rgb(170,101,149); }

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

background-color css

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

 a { background-color: rgb(170,101,149); }

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

border-color css

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

 span { border-color: rgb(170,101,149); }

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