Html Css Color HEX #A56E99 Bouquet

📋 copy color: '#A56E99'

red 165 ◦ green 110 ◦ blue 153

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

Shades of Bouquet #A56E99

Tints of Bouquet #A56E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.7%

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

R = 38.55%
G = 25.7%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A56E99 (or 0xA56E99) is known color: Bouquet. HEX triplet: A5, 6E and 99. RGB value is (165,110,153). Sum of RGB (Red+Green+Blue) = 165+110+153=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E99 is #5A9166. Grayscale: #838383. Windows color (decimal): -5935463 or 10055333. OLE color: 10055333.

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

Color convert

RGB 165 110 153 -
CMYK 0 0.33 0.07 0.35
HSL 313.09º 0.23% 0.54% -
HSV(B) 313.09º 0.33% 0.65% -
XYZ 26.84 21.45 32.86 -
YUV 131.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 165 110 153 0 0.33 0.07 0.35 313.09 0.23 0.54
Hex A5 6E 99 0 21 7 23 139 17 36
Octal 245 156 231 0 41 7 43 471 27 66
Binary 10100101 1101110 10011001 0 100001 111 100011 100111001 10111 110110

Color Harmonies of #A56E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E99

Black with #A56E99

Text Example


Text Example

White with #A56E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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