Html Css Color HEX #A6769F Bouquet

📋 copy color: '#A6769F'

red 166 ◦ green 118 ◦ blue 159

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

Shades of Bouquet #A6769F

Tints of Bouquet #A6769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

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

R = 37.47%
G = 26.64%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6769F (or 0xA6769F) is known color: Bouquet. HEX triplet: A6, 76 and 9F. RGB value is (166,118,159). Sum of RGB (Red+Green+Blue) = 166+118+159=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6769F is #598960. Grayscale: #888888. Windows color (decimal): -5867873 or 10450598. OLE color: 10450598.

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

Color convert

RGB 166 118 159 -
CMYK 0 0.29 0.04 0.35
HSL 308.75º 0.21% 0.56% -
HSV(B) 308.75º 0.29% 0.65% -
XYZ 28.46 23.57 35.85 -
YUV 137.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 166 118 159 0 0.29 0.04 0.35 308.75 0.21 0.56
Hex A6 76 9F 0 1D 4 23 135 15 38
Octal 246 166 237 0 35 4 43 465 25 70
Binary 10100110 1110110 10011111 0 11101 100 100011 100110101 10101 111000

Color Harmonies of #A6769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6769F

Black with #A6769F

Text Example


Text Example

White with #A6769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6769F; }

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

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

background-color css

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

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

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

border-color css

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

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

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