Html Css Color HEX #A57698 Bouquet

📋 copy color: '#A57698'

red 165 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #A57698

Tints of Bouquet #A57698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 37.93%
G = 27.13%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A57698 (or 0xA57698) is known color: Bouquet. HEX triplet: A5, 76 and 98. RGB value is (165,118,152). Sum of RGB (Red+Green+Blue) = 165+118+152=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A57698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57698 is #5A8967. Grayscale: #878787. Windows color (decimal): -5933416 or 9991845. OLE color: 9991845.

HSL color Cylindrical-coordinate representation of color #A57698: hue angle of 316.6º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57698 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 118 152 -
CMYK 0 0.28 0.08 0.35
HSL 316.6º 0.21% 0.55% -
HSV(B) 316.6º 0.28% 0.65% -
XYZ 27.66 23.22 32.73 -
YUV 135.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 165 118 152 0 0.28 0.08 0.35 316.6 0.21 0.55
Hex A5 76 98 0 1C 8 23 13D 15 37
Octal 245 166 230 0 34 10 43 475 25 67
Binary 10100101 1110110 10011000 0 11100 1000 100011 100111101 10101 110111

Color Harmonies of #A57698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57698

Black with #A57698

Text Example


Text Example

White with #A57698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57698; }

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

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

background-color css

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

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

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

border-color css

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

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

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