Html Css Color HEX #A6749D Bouquet

📋 copy color: '#A6749D'

red 166 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #A6749D

Tints of Bouquet #A6749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 37.81%
G = 26.42%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6749D (or 0xA6749D) is known color: Bouquet. HEX triplet: A6, 74 and 9D. RGB value is (166,116,157). Sum of RGB (Red+Green+Blue) = 166+116+157=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6749D is #598B62. Grayscale: #878787. Windows color (decimal): -5868387 or 10319014. OLE color: 10319014.

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

Color convert

RGB 166 116 157 -
CMYK 0 0.30 0.05 0.35
HSL 310.8º 0.22% 0.55% -
HSV(B) 310.8º 0.3% 0.65% -
XYZ 28.06 23.03 34.87 -
YUV 135.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 166 116 157 0 0.30 0.05 0.35 310.8 0.22 0.55
Hex A6 74 9D 0 1E 5 23 137 16 37
Octal 246 164 235 0 36 5 43 467 26 67
Binary 10100110 1110100 10011101 0 11110 101 100011 100110111 10110 110111

Color Harmonies of #A6749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6749D

Black with #A6749D

Text Example


Text Example

White with #A6749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6749D; }

 p { color: rgb(166,116,157); }

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

background-color css

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

 a { background-color: rgb(166,116,157); }

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

border-color css

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

 span { border-color: rgb(166,116,157); }

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