Html Css Color HEX #A57FA0 Bouquet

📋 copy color: '#A57FA0'

red 165 ◦ green 127 ◦ blue 160

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

Shades of Bouquet #A57FA0

Tints of Bouquet #A57FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 36.5%
G = 28.1%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A57FA0 (or 0xA57FA0) is known color: Bouquet. HEX triplet: A5, 7F and A0. RGB value is (165,127,160). Sum of RGB (Red+Green+Blue) = 165+127+160=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A57FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57FA0 is #5A805F. Grayscale: #8E8E8E. Windows color (decimal): -5931104 or 10518437. OLE color: 10518437.

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

Color convert

RGB 165 127 160 -
CMYK 0 0.23 0.03 0.35
HSL 307.89º 0.17% 0.57% -
HSV(B) 307.89º 0.23% 0.65% -
XYZ 29.45 25.72 36.67 -
YUV 142.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 165 127 160 0 0.23 0.03 0.35 307.89 0.17 0.57
Hex A5 7F A0 0 17 3 23 134 11 39
Octal 245 177 240 0 27 3 43 464 21 71
Binary 10100101 1111111 10100000 0 10111 11 100011 100110100 10001 111001

Color Harmonies of #A57FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FA0

Black with #A57FA0

Text Example


Text Example

White with #A57FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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