Html Css Color HEX #A57F93 Bouquet

📋 copy color: '#A57F93'

red 165 ◦ green 127 ◦ blue 147

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

Shades of Bouquet #A57F93

Tints of Bouquet #A57F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 37.59%
G = 28.93%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A57F93 (or 0xA57F93) is known color: Bouquet. HEX triplet: A5, 7F and 93. RGB value is (165,127,147). Sum of RGB (Red+Green+Blue) = 165+127+147=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F93 is #5A806C. Grayscale: #8C8C8C. Windows color (decimal): -5931117 or 9666469. OLE color: 9666469.

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

Color convert

RGB 165 127 147 -
CMYK 0 0.23 0.11 0.35
HSL 328.42º 0.17% 0.57% -
HSV(B) 328.42º 0.23% 0.65% -
XYZ 28.37 25.28 30.99 -
YUV 140.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 165 127 147 0 0.23 0.11 0.35 328.42 0.17 0.57
Hex A5 7F 93 0 17 B 23 148 11 39
Octal 245 177 223 0 27 13 43 510 21 71
Binary 10100101 1111111 10010011 0 10111 1011 100011 101001000 10001 111001

Color Harmonies of #A57F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F93

Black with #A57F93

Text Example


Text Example

White with #A57F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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