Html Css Color HEX #A5779A Bouquet

📋 copy color: '#A5779A'

red 165 ◦ green 119 ◦ blue 154

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

Shades of Bouquet #A5779A

Tints of Bouquet #A5779A

RGB

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

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

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

R = 37.67%
G = 27.17%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5779A (or 0xA5779A) is known color: Bouquet. HEX triplet: A5, 77 and 9A. RGB value is (165,119,154). Sum of RGB (Red+Green+Blue) = 165+119+154=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5779A is #5A8865. Grayscale: #888888. Windows color (decimal): -5933158 or 10123173. OLE color: 10123173.

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

Color convert

RGB 165 119 154 -
CMYK 0 0.28 0.07 0.35
HSL 314.35º 0.2% 0.56% -
HSV(B) 314.35º 0.28% 0.65% -
XYZ 27.95 23.53 33.64 -
YUV 136.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 165 119 154 0 0.28 0.07 0.35 314.35 0.2 0.56
Hex A5 77 9A 0 1C 7 23 13A 14 38
Octal 245 167 232 0 34 7 43 472 24 70
Binary 10100101 1110111 10011010 0 11100 111 100011 100111010 10100 111000

Color Harmonies of #A5779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5779A

Black with #A5779A

Text Example


Text Example

White with #A5779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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