Html Css Color HEX #A57D9A Bouquet

📋 copy color: '#A57D9A'

red 165 ◦ green 125 ◦ blue 154

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

Shades of Bouquet #A57D9A

Tints of Bouquet #A57D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.15%

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

R = 37.16%
G = 28.15%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A57D9A (or 0xA57D9A) is known color: Bouquet. HEX triplet: A5, 7D and 9A. RGB value is (165,125,154). Sum of RGB (Red+Green+Blue) = 165+125+154=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57D9A is #5A8265. Grayscale: #8C8C8C. Windows color (decimal): -5931622 or 10124709. OLE color: 10124709.

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

Color convert

RGB 165 125 154 -
CMYK 0 0.24 0.07 0.35
HSL 316.5º 0.18% 0.57% -
HSV(B) 316.5º 0.24% 0.65% -
XYZ 28.68 25 33.89 -
YUV 140.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 165 125 154 0 0.24 0.07 0.35 316.5 0.18 0.57
Hex A5 7D 9A 0 18 7 23 13C 12 39
Octal 245 175 232 0 30 7 43 474 22 71
Binary 10100101 1111101 10011010 0 11000 111 100011 100111100 10010 111001

Color Harmonies of #A57D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D9A

Black with #A57D9A

Text Example


Text Example

White with #A57D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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