Html Css Color HEX #A775A0 Bouquet

📋 copy color: '#A775A0'

red 167 ◦ green 117 ◦ blue 160

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

Shades of Bouquet #A775A0

Tints of Bouquet #A775A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 37.61%
G = 26.35%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A775A0 (or 0xA775A0) is known color: Bouquet. HEX triplet: A7, 75 and A0. RGB value is (167,117,160). Sum of RGB (Red+Green+Blue) = 167+117+160=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 167 - color contains mainly: red. Hex color #A775A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775A0 is #588A5F. Grayscale: #888888. Windows color (decimal): -5802592 or 10515879. OLE color: 10515879.

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

Color convert

RGB 167 117 160 -
CMYK 0 0.30 0.04 0.35
HSL 308.4º 0.22% 0.56% -
HSV(B) 308.4º 0.3% 0.65% -
XYZ 28.64 23.48 36.28 -
YUV 136.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 167 117 160 0 0.30 0.04 0.35 308.4 0.22 0.56
Hex A7 75 A0 0 1E 4 23 134 16 38
Octal 247 165 240 0 36 4 43 464 26 70
Binary 10100111 1110101 10100000 0 11110 100 100011 100110100 10110 111000

Color Harmonies of #A775A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775A0

Black with #A775A0

Text Example


Text Example

White with #A775A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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