Html Css Color HEX #A778A2 Bouquet

📋 copy color: '#A778A2'

red 167 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #A778A2

Tints of Bouquet #A778A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

 BLUE value IS 162 (63.67% from 255) = 36.08%

R = 37.19%
G = 26.73%
B = 36.08%

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

#A778A2 (or 0xA778A2) is known color: Bouquet. HEX triplet: A7, 78 and A2. RGB value is (167,120,162). Sum of RGB (Red+Green+Blue) = 167+120+162=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 167 - color contains mainly: red. Hex color #A778A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778A2 is #58875D. Grayscale: #8A8A8A. Windows color (decimal): -5801822 or 10647719. OLE color: 10647719.

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

Color convert

RGB 167 120 162 -
CMYK 0 0.28 0.03 0.35
HSL 306.38º 0.21% 0.56% -
HSV(B) 306.38º 0.28% 0.65% -
XYZ 29.17 24.26 37.33 -
YUV 138.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 167 120 162 0 0.28 0.03 0.35 306.38 0.21 0.56
Hex A7 78 A2 0 1C 3 23 132 15 38
Octal 247 170 242 0 34 3 43 462 25 70
Binary 10100111 1111000 10100010 0 11100 11 100011 100110010 10101 111000

Color Harmonies of #A778A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A778A2

Black with #A778A2

Text Example


Text Example

White with #A778A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A778A2; }

 p { color: rgb(167,120,162); }

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

background-color css

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

 a { background-color: rgb(167,120,162); }

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

border-color css

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

 span { border-color: rgb(167,120,162); }

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