Html Css Color HEX #A777A0 Bouquet

📋 copy color: '#A777A0'

red 167 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #A777A0

Tints of Bouquet #A777A0

RGB

 RED value IS 167 (65.63% from 255) = 37.44%

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

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

R = 37.44%
G = 26.68%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A777A0 (or 0xA777A0) is known color: Bouquet. HEX triplet: A7, 77 and A0. RGB value is (167,119,160). Sum of RGB (Red+Green+Blue) = 167+119+160=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A777A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A777A0 is #58885F. Grayscale: #898989. Windows color (decimal): -5802080 or 10516391. OLE color: 10516391.

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

Color convert

RGB 167 119 160 -
CMYK 0 0.29 0.04 0.35
HSL 308.75º 0.21% 0.56% -
HSV(B) 308.75º 0.29% 0.65% -
XYZ 28.88 23.95 36.36 -
YUV 138.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 167 119 160 0 0.29 0.04 0.35 308.75 0.21 0.56
Hex A7 77 A0 0 1D 4 23 135 15 38
Octal 247 167 240 0 35 4 43 465 25 70
Binary 10100111 1110111 10100000 0 11101 100 100011 100110101 10101 111000

Color Harmonies of #A777A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A777A0

Black with #A777A0

Text Example


Text Example

White with #A777A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A777A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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