Html Css Color HEX #A57F9A Bouquet

📋 copy color: '#A57F9A'

red 165 ◦ green 127 ◦ blue 154

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

Shades of Bouquet #A57F9A

Tints of Bouquet #A57F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 37%
G = 28.48%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A57F9A (or 0xA57F9A) is known color: Bouquet. HEX triplet: A5, 7F and 9A. RGB value is (165,127,154). Sum of RGB (Red+Green+Blue) = 165+127+154=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F9A is #5A8065. Grayscale: #8D8D8D. Windows color (decimal): -5931110 or 10125221. OLE color: 10125221.

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

Color convert

RGB 165 127 154 -
CMYK 0 0.23 0.07 0.35
HSL 317.37º 0.17% 0.57% -
HSV(B) 317.37º 0.23% 0.65% -
XYZ 28.94 25.51 33.97 -
YUV 141.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 165 127 154 0 0.23 0.07 0.35 317.37 0.17 0.57
Hex A5 7F 9A 0 17 7 23 13D 11 39
Octal 245 177 232 0 27 7 43 475 21 71
Binary 10100101 1111111 10011010 0 10111 111 100011 100111101 10001 111001

Color Harmonies of #A57F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F9A

Black with #A57F9A

Text Example


Text Example

White with #A57F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F9A; }

 p { color: rgb(165,127,154); }

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

background-color css

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

 a { background-color: rgb(165,127,154); }

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

border-color css

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

 span { border-color: rgb(165,127,154); }

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