Html Css Color HEX #A56D99 Bouquet

📋 copy color: '#A56D99'

red 165 ◦ green 109 ◦ blue 153

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

Shades of Bouquet #A56D99

Tints of Bouquet #A56D99

RGB

 RED value IS 165 (64.84% from 255) = 38.64%

 GREEN value IS 109 (42.97% from 255) = 25.53%

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

R = 38.64%
G = 25.53%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A56D99 (or 0xA56D99) is known color: Bouquet. HEX triplet: A5, 6D and 99. RGB value is (165,109,153). Sum of RGB (Red+Green+Blue) = 165+109+153=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D99 is #5A9266. Grayscale: #828282. Windows color (decimal): -5935719 or 10055077. OLE color: 10055077.

HSL color Cylindrical-coordinate representation of color #A56D99: hue angle of 312.86º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56D99 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 109 153 -
CMYK 0 0.34 0.07 0.35
HSL 312.86º 0.24% 0.54% -
HSV(B) 312.86º 0.34% 0.65% -
XYZ 26.74 21.24 32.83 -
YUV 130.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 165 109 153 0 0.34 0.07 0.35 312.86 0.24 0.54
Hex A5 6D 99 0 22 7 23 139 18 36
Octal 245 155 231 0 42 7 43 471 30 66
Binary 10100101 1101101 10011001 0 100010 111 100011 100111001 11000 110110

Color Harmonies of #A56D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D99

Black with #A56D99

Text Example


Text Example

White with #A56D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D99; }

 p { color: rgb(165,109,153); }

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

background-color css

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

 a { background-color: rgb(165,109,153); }

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

border-color css

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

 span { border-color: rgb(165,109,153); }

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