Html Css Color HEX #A6759F Bouquet

📋 copy color: '#A6759F'

red 166 ◦ green 117 ◦ blue 159

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

Shades of Bouquet #A6759F

Tints of Bouquet #A6759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 37.56%
G = 26.47%
B = 35.97%

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

#A6759F (or 0xA6759F) is known color: Bouquet. HEX triplet: A6, 75 and 9F. RGB value is (166,117,159). Sum of RGB (Red+Green+Blue) = 166+117+159=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6759F is #598A60. Grayscale: #888888. Windows color (decimal): -5868129 or 10450342. OLE color: 10450342.

HSL color Cylindrical-coordinate representation of color #A6759F: hue angle of 308.57º 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 #A6759F is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 117 159 -
CMYK 0 0.30 0.04 0.35
HSL 308.57º 0.22% 0.55% -
HSV(B) 308.57º 0.3% 0.65% -
XYZ 28.35 23.33 35.81 -
YUV 136.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 166 117 159 0 0.30 0.04 0.35 308.57 0.22 0.55
Hex A6 75 9F 0 1E 4 23 135 16 37
Octal 246 165 237 0 36 4 43 465 26 67
Binary 10100110 1110101 10011111 0 11110 100 100011 100110101 10110 110111

Color Harmonies of #A6759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6759F

Black with #A6759F

Text Example


Text Example

White with #A6759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6759F; }

 p { color: rgb(166,117,159); }

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

background-color css

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

 a { background-color: rgb(166,117,159); }

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

border-color css

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

 span { border-color: rgb(166,117,159); }

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