Html Css Color HEX #A56F96 Bouquet

📋 copy color: '#A56F96'

red 165 ◦ green 111 ◦ blue 150

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

Shades of Bouquet #A56F96

Tints of Bouquet #A56F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

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

R = 38.73%
G = 26.06%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A56F96 (or 0xA56F96) is known color: Bouquet. HEX triplet: A5, 6F and 96. RGB value is (165,111,150). Sum of RGB (Red+Green+Blue) = 165+111+150=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F96 is #5A9069. Grayscale: #838383. Windows color (decimal): -5935210 or 9858981. OLE color: 9858981.

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

Color convert

RGB 165 111 150 -
CMYK 0 0.33 0.09 0.35
HSL 316.67º 0.23% 0.54% -
HSV(B) 316.67º 0.33% 0.65% -
XYZ 26.71 21.57 31.61 -
YUV 131.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 165 111 150 0 0.33 0.09 0.35 316.67 0.23 0.54
Hex A5 6F 96 0 21 9 23 13D 17 36
Octal 245 157 226 0 41 11 43 475 27 66
Binary 10100101 1101111 10010110 0 100001 1001 100011 100111101 10111 110110

Color Harmonies of #A56F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F96

Black with #A56F96

Text Example


Text Example

White with #A56F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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