Html Css Color HEX #A689A0 Bouquet

📋 copy color: '#A689A0'

red 166 ◦ green 137 ◦ blue 160

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

Shades of Bouquet #A689A0

Tints of Bouquet #A689A0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.59%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 35.85%
G = 29.59%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A689A0 (or 0xA689A0) is known color: Bouquet. HEX triplet: A6, 89 and A0. RGB value is (166,137,160). Sum of RGB (Red+Green+Blue) = 166+137+160=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 166 - color contains mainly: red. Hex color #A689A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689A0 is #59765F. Grayscale: #949494. Windows color (decimal): -5863008 or 10520998. OLE color: 10520998.

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

Color convert

RGB 166 137 160 -
CMYK 0 0.17 0.04 0.35
HSL 312.41º 0.14% 0.59% -
HSV(B) 312.41º 0.17% 0.65% -
XYZ 31.02 28.54 37.13 -
YUV 148.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 166 137 160 0 0.17 0.04 0.35 312.41 0.14 0.59
Hex A6 89 A0 0 11 4 23 138 E 3B
Octal 246 211 240 0 21 4 43 470 16 73
Binary 10100110 10001001 10100000 0 10001 100 100011 100111000 1110 111011

Color Harmonies of #A689A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689A0

Black with #A689A0

Text Example


Text Example

White with #A689A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689A0; }

 p { color: rgb(166,137,160); }

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

background-color css

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

 a { background-color: rgb(166,137,160); }

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

border-color css

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

 span { border-color: rgb(166,137,160); }

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