Html Css Color HEX #A56E96 Bouquet

📋 copy color: '#A56E96'

red 165 ◦ green 110 ◦ blue 150

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

Shades of Bouquet #A56E96

Tints of Bouquet #A56E96

RGB

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

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

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

R = 38.82%
G = 25.88%
B = 35.29%

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

#A56E96 (or 0xA56E96) is known color: Bouquet. HEX triplet: A5, 6E and 96. RGB value is (165,110,150). Sum of RGB (Red+Green+Blue) = 165+110+150=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E96 is #5A9169. Grayscale: #828282. Windows color (decimal): -5935466 or 9858725. OLE color: 9858725.

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

Color convert

RGB 165 110 150 -
CMYK 0 0.33 0.09 0.35
HSL 316.36º 0.23% 0.54% -
HSV(B) 316.36º 0.33% 0.65% -
XYZ 26.6 21.35 31.57 -
YUV 131.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 165 110 150 0 0.33 0.09 0.35 316.36 0.23 0.54
Hex A5 6E 96 0 21 9 23 13C 17 36
Octal 245 156 226 0 41 11 43 474 27 66
Binary 10100101 1101110 10010110 0 100001 1001 100011 100111100 10111 110110

Color Harmonies of #A56E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E96

Black with #A56E96

Text Example


Text Example

White with #A56E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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