Html Css Color HEX #A6799A Bouquet

📋 copy color: '#A6799A'

red 166 ◦ green 121 ◦ blue 154

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

Shades of Bouquet #A6799A

Tints of Bouquet #A6799A

RGB

 RED value IS 166 (65.23% from 255) = 37.64%

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 37.64%
G = 27.44%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6799A (or 0xA6799A) is known color: Bouquet. HEX triplet: A6, 79 and 9A. RGB value is (166,121,154). Sum of RGB (Red+Green+Blue) = 166+121+154=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6799A is #598665. Grayscale: #8A8A8A. Windows color (decimal): -5867110 or 10123686. OLE color: 10123686.

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

Color convert

RGB 166 121 154 -
CMYK 0 0.27 0.07 0.35
HSL 316º 0.2% 0.56% -
HSV(B) 316º 0.27% 0.65% -
XYZ 28.4 24.11 33.73 -
YUV 138.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 166 121 154 0 0.27 0.07 0.35 316 0.2 0.56
Hex A6 79 9A 0 1B 7 23 13C 14 38
Octal 246 171 232 0 33 7 43 474 24 70
Binary 10100110 1111001 10011010 0 11011 111 100011 100111100 10100 111000

Color Harmonies of #A6799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6799A

Black with #A6799A

Text Example


Text Example

White with #A6799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6799A; }

 p { color: rgb(166,121,154); }

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

background-color css

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

 a { background-color: rgb(166,121,154); }

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

border-color css

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

 span { border-color: rgb(166,121,154); }

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