Html Css Color HEX #A56D96 Bouquet

📋 copy color: '#A56D96'

red 165 ◦ green 109 ◦ blue 150

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

Shades of Bouquet #A56D96

Tints of Bouquet #A56D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 38.92%
G = 25.71%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A56D96 (or 0xA56D96) is known color: Bouquet. HEX triplet: A5, 6D and 96. RGB value is (165,109,150). Sum of RGB (Red+Green+Blue) = 165+109+150=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D96 is #5A9269. Grayscale: #828282. Windows color (decimal): -5935722 or 9858469. OLE color: 9858469.

HSL color Cylindrical-coordinate representation of color #A56D96: hue angle of 316.07º 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 #A56D96 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 109 150 -
CMYK 0 0.34 0.09 0.35
HSL 316.07º 0.24% 0.54% -
HSV(B) 316.07º 0.34% 0.65% -
XYZ 26.49 21.14 31.54 -
YUV 130.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 165 109 150 0 0.34 0.09 0.35 316.07 0.24 0.54
Hex A5 6D 96 0 22 9 23 13C 18 36
Octal 245 155 226 0 42 11 43 474 30 66
Binary 10100101 1101101 10010110 0 100010 1001 100011 100111100 11000 110110

Color Harmonies of #A56D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D96

Black with #A56D96

Text Example


Text Example

White with #A56D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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