Html Css Color HEX #A577A0 Bouquet

📋 copy color: '#A577A0'

red 165 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #A577A0

Tints of Bouquet #A577A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

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

R = 37.16%
G = 26.8%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A577A0 (or 0xA577A0) is known color: Bouquet. HEX triplet: A5, 77 and A0. RGB value is (165,119,160). Sum of RGB (Red+Green+Blue) = 165+119+160=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A577A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577A0 is #5A885F. Grayscale: #898989. Windows color (decimal): -5933152 or 10516389. OLE color: 10516389.

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

Color convert

RGB 165 119 160 -
CMYK 0 0.28 0.03 0.35
HSL 306.52º 0.2% 0.56% -
HSV(B) 306.52º 0.28% 0.65% -
XYZ 28.46 23.73 36.34 -
YUV 137.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 165 119 160 0 0.28 0.03 0.35 306.52 0.2 0.56
Hex A5 77 A0 0 1C 3 23 133 14 38
Octal 245 167 240 0 34 3 43 463 24 70
Binary 10100101 1110111 10100000 0 11100 11 100011 100110011 10100 111000

Color Harmonies of #A577A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577A0

Black with #A577A0

Text Example


Text Example

White with #A577A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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