Html Css Color HEX #A57A9C Bouquet

📋 copy color: '#A57A9C'

red 165 ◦ green 122 ◦ blue 156

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

Shades of Bouquet #A57A9C

Tints of Bouquet #A57A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 37.25%
G = 27.54%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A57A9C (or 0xA57A9C) is known color: Bouquet. HEX triplet: A5, 7A and 9C. RGB value is (165,122,156). Sum of RGB (Red+Green+Blue) = 165+122+156=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A9C is #5A8563. Grayscale: #8A8A8A. Windows color (decimal): -5932388 or 10255013. OLE color: 10255013.

HSL color Cylindrical-coordinate representation of color #A57A9C: hue angle of 312.56º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57A9C is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 122 156 -
CMYK 0 0.26 0.05 0.35
HSL 312.56º 0.19% 0.56% -
HSV(B) 312.56º 0.26% 0.65% -
XYZ 28.48 24.32 34.65 -
YUV 138.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 165 122 156 0 0.26 0.05 0.35 312.56 0.19 0.56
Hex A5 7A 9C 0 1A 5 23 139 13 38
Octal 245 172 234 0 32 5 43 471 23 70
Binary 10100101 1111010 10011100 0 11010 101 100011 100111001 10011 111000

Color Harmonies of #A57A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A9C

Black with #A57A9C

Text Example


Text Example

White with #A57A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A9C; }

 p { color: rgb(165,122,156); }

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

background-color css

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

 a { background-color: rgb(165,122,156); }

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

border-color css

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

 span { border-color: rgb(165,122,156); }

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