Html Css Color HEX #A56F98 Bouquet

📋 copy color: '#A56F98'

red 165 ◦ green 111 ◦ blue 152

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

Shades of Bouquet #A56F98

Tints of Bouquet #A56F98

RGB

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

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

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

R = 38.55%
G = 25.93%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A56F98 (or 0xA56F98) is known color: Bouquet. HEX triplet: A5, 6F and 98. RGB value is (165,111,152). Sum of RGB (Red+Green+Blue) = 165+111+152=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F98 is #5A9067. Grayscale: #838383. Windows color (decimal): -5935208 or 9990053. OLE color: 9990053.

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

Color convert

RGB 165 111 152 -
CMYK 0 0.33 0.08 0.35
HSL 314.44º 0.23% 0.54% -
HSV(B) 314.44º 0.33% 0.65% -
XYZ 26.87 21.64 32.47 -
YUV 131.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 165 111 152 0 0.33 0.08 0.35 314.44 0.23 0.54
Hex A5 6F 98 0 21 8 23 13A 17 36
Octal 245 157 230 0 41 10 43 472 27 66
Binary 10100101 1101111 10011000 0 100001 1000 100011 100111010 10111 110110

Color Harmonies of #A56F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F98

Black with #A56F98

Text Example


Text Example

White with #A56F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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