Html Css Color HEX #A56D98 Bouquet

📋 copy color: '#A56D98'

red 165 ◦ green 109 ◦ blue 152

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

Shades of Bouquet #A56D98

Tints of Bouquet #A56D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 38.73%
G = 25.59%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A56D98 (or 0xA56D98) is known color: Bouquet. HEX triplet: A5, 6D and 98. RGB value is (165,109,152). Sum of RGB (Red+Green+Blue) = 165+109+152=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D98 is #5A9267. Grayscale: #828282. Windows color (decimal): -5935720 or 9989541. OLE color: 9989541.

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

Color convert

RGB 165 109 152 -
CMYK 0 0.34 0.08 0.35
HSL 313.93º 0.24% 0.54% -
HSV(B) 313.93º 0.34% 0.65% -
XYZ 26.65 21.2 32.39 -
YUV 130.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 165 109 152 0 0.34 0.08 0.35 313.93 0.24 0.54
Hex A5 6D 98 0 22 8 23 13A 18 36
Octal 245 155 230 0 42 10 43 472 30 66
Binary 10100101 1101101 10011000 0 100010 1000 100011 100111010 11000 110110

Color Harmonies of #A56D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D98

Black with #A56D98

Text Example


Text Example

White with #A56D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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