Html Css Color HEX #A6809F Bouquet

📋 copy color: '#A6809F'

red 166 ◦ green 128 ◦ blue 159

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

Shades of Bouquet #A6809F

Tints of Bouquet #A6809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

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

R = 36.64%
G = 28.26%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6809F (or 0xA6809F) is known color: Bouquet. HEX triplet: A6, 80 and 9F. RGB value is (166,128,159). Sum of RGB (Red+Green+Blue) = 166+128+159=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6809F is #597F60. Grayscale: #8E8E8E. Windows color (decimal): -5865313 or 10453158. OLE color: 10453158.

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

Color convert

RGB 166 128 159 -
CMYK 0 0.23 0.04 0.35
HSL 311.05º 0.18% 0.58% -
HSV(B) 311.05º 0.23% 0.65% -
XYZ 29.7 26.05 36.26 -
YUV 142.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 166 128 159 0 0.23 0.04 0.35 311.05 0.18 0.58
Hex A6 80 9F 0 17 4 23 137 12 3A
Octal 246 200 237 0 27 4 43 467 22 72
Binary 10100110 10000000 10011111 0 10111 100 100011 100110111 10010 111010

Color Harmonies of #A6809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6809F

Black with #A6809F

Text Example


Text Example

White with #A6809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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