Html Css Color HEX #A56B97 Bouquet

📋 copy color: '#A56B97'

red 165 ◦ green 107 ◦ blue 151

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

Shades of Bouquet #A56B97

Tints of Bouquet #A56B97

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 39.01%
G = 25.3%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A56B97 (or 0xA56B97) is known color: Bouquet. HEX triplet: A5, 6B and 97. RGB value is (165,107,151). Sum of RGB (Red+Green+Blue) = 165+107+151=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B97 is #5A9468. Grayscale: #818181. Windows color (decimal): -5936233 or 9923493. OLE color: 9923493.

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

Color convert

RGB 165 107 151 -
CMYK 0 0.35 0.08 0.35
HSL 314.48º 0.24% 0.53% -
HSV(B) 314.48º 0.35% 0.65% -
XYZ 26.36 20.75 31.89 -
YUV 129.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 165 107 151 0 0.35 0.08 0.35 314.48 0.24 0.53
Hex A5 6B 97 0 23 8 23 13A 18 35
Octal 245 153 227 0 43 10 43 472 30 65
Binary 10100101 1101011 10010111 0 100011 1000 100011 100111010 11000 110101

Color Harmonies of #A56B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B97

Black with #A56B97

Text Example


Text Example

White with #A56B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B97; }

 p { color: rgb(165,107,151); }

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

background-color css

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

 a { background-color: rgb(165,107,151); }

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

border-color css

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

 span { border-color: rgb(165,107,151); }

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