Html Css Color HEX #A27599 Bouquet

📋 copy color: '#A27599'

red 162 ◦ green 117 ◦ blue 153

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

Shades of Bouquet #A27599

Tints of Bouquet #A27599

RGB

 RED value IS 162 (63.67% from 255) = 37.5%

 GREEN value IS 117 (46.09% from 255) = 27.08%

 BLUE value IS 153 (60.16% from 255) = 35.42%

R = 37.5%
G = 27.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A27599 (or 0xA27599) is known color: Bouquet. HEX triplet: A2, 75 and 99. RGB value is (162,117,153). Sum of RGB (Red+Green+Blue) = 162+117+153=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A27599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27599 is #5D8A66. Grayscale: #868686. Windows color (decimal): -6130279 or 10057122. OLE color: 10057122.

HSL color Cylindrical-coordinate representation of color #A27599: hue angle of 312º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27599 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 153 -
CMYK 0 0.28 0.06 0.36
HSL 312º 0.19% 0.55% -
HSV(B) 312º 0.28% 0.64% -
XYZ 27.01 22.7 33.1 -
YUV 134.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 162 117 153 0 0.28 0.06 0.36 312 0.19 0.55
Hex A2 75 99 0 1C 6 24 138 13 37
Octal 242 165 231 0 34 6 44 470 23 67
Binary 10100010 1110101 10011001 0 11100 110 100100 100111000 10011 110111

Color Harmonies of #A27599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27599

Black with #A27599

Text Example


Text Example

White with #A27599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27599; }

 p { color: rgb(162,117,153); }

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

background-color css

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

 a { background-color: rgb(162,117,153); }

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

border-color css

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

 span { border-color: rgb(162,117,153); }

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