Html Css Color HEX #A57098 Bouquet

📋 copy color: '#A57098'

red 165 ◦ green 112 ◦ blue 152

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

Shades of Bouquet #A57098

Tints of Bouquet #A57098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 38.46%
G = 26.11%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A57098 (or 0xA57098) is known color: Bouquet. HEX triplet: A5, 70 and 98. RGB value is (165,112,152). Sum of RGB (Red+Green+Blue) = 165+112+152=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A57098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57098 is #5A8F67. Grayscale: #848484. Windows color (decimal): -5934952 or 9990309. OLE color: 9990309.

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

Color convert

RGB 165 112 152 -
CMYK 0 0.32 0.08 0.35
HSL 314.72º 0.23% 0.54% -
HSV(B) 314.72º 0.32% 0.65% -
XYZ 26.98 21.85 32.5 -
YUV 132.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 165 112 152 0 0.32 0.08 0.35 314.72 0.23 0.54
Hex A5 70 98 0 20 8 23 13B 17 36
Octal 245 160 230 0 40 10 43 473 27 66
Binary 10100101 1110000 10011000 0 100000 1000 100011 100111011 10111 110110

Color Harmonies of #A57098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57098

Black with #A57098

Text Example


Text Example

White with #A57098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57098; }

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

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

background-color css

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

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

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

border-color css

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

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

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