Html Css Color HEX #A57AA0 Bouquet

📋 copy color: '#A57AA0'

red 165 ◦ green 122 ◦ blue 160

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

Shades of Bouquet #A57AA0

Tints of Bouquet #A57AA0

RGB

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

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

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

R = 36.91%
G = 27.29%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A57AA0 (or 0xA57AA0) is known color: Bouquet. HEX triplet: A5, 7A and A0. RGB value is (165,122,160). Sum of RGB (Red+Green+Blue) = 165+122+160=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A57AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AA0 is #5A855F. Grayscale: #8B8B8B. Windows color (decimal): -5932384 or 10517157. OLE color: 10517157.

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

Color convert

RGB 165 122 160 -
CMYK 0 0.26 0.03 0.35
HSL 306.98º 0.19% 0.56% -
HSV(B) 306.98º 0.26% 0.65% -
XYZ 28.82 24.46 36.46 -
YUV 139.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 165 122 160 0 0.26 0.03 0.35 306.98 0.19 0.56
Hex A5 7A A0 0 1A 3 23 133 13 38
Octal 245 172 240 0 32 3 43 463 23 70
Binary 10100101 1111010 10100000 0 11010 11 100011 100110011 10011 111000

Color Harmonies of #A57AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AA0

Black with #A57AA0

Text Example


Text Example

White with #A57AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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