Html Css Color HEX #A5769A Bouquet

📋 copy color: '#A5769A'

red 165 ◦ green 118 ◦ blue 154

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

Shades of Bouquet #A5769A

Tints of Bouquet #A5769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

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

R = 37.76%
G = 27%
B = 35.24%

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

#A5769A (or 0xA5769A) is known color: Bouquet. HEX triplet: A5, 76 and 9A. RGB value is (165,118,154). Sum of RGB (Red+Green+Blue) = 165+118+154=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5769A is #5A8965. Grayscale: #888888. Windows color (decimal): -5933414 or 10122917. OLE color: 10122917.

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

Color convert

RGB 165 118 154 -
CMYK 0 0.28 0.07 0.35
HSL 314.04º 0.21% 0.55% -
HSV(B) 314.04º 0.28% 0.65% -
XYZ 27.83 23.29 33.6 -
YUV 136.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 165 118 154 0 0.28 0.07 0.35 314.04 0.21 0.55
Hex A5 76 9A 0 1C 7 23 13A 15 37
Octal 245 166 232 0 34 7 43 472 25 67
Binary 10100101 1110110 10011010 0 11100 111 100011 100111010 10101 110111

Color Harmonies of #A5769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5769A

Black with #A5769A

Text Example


Text Example

White with #A5769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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