Html Css Color HEX #A6819B Bouquet

📋 copy color: '#A6819B'

red 166 ◦ green 129 ◦ blue 155

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

Shades of Bouquet #A6819B

Tints of Bouquet #A6819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.67%

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 36.89%
G = 28.67%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6819B (or 0xA6819B) is known color: Bouquet. HEX triplet: A6, 81 and 9B. RGB value is (166,129,155). Sum of RGB (Red+Green+Blue) = 166+129+155=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A6819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6819B is #597E64. Grayscale: #8E8E8E. Windows color (decimal): -5865061 or 10191270. OLE color: 10191270.

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

Color convert

RGB 166 129 155 -
CMYK 0 0.22 0.07 0.35
HSL 317.84º 0.17% 0.58% -
HSV(B) 317.84º 0.22% 0.65% -
XYZ 29.49 26.17 34.51 -
YUV 143.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 166 129 155 0 0.22 0.07 0.35 317.84 0.17 0.58
Hex A6 81 9B 0 16 7 23 13E 11 3A
Octal 246 201 233 0 26 7 43 476 21 72
Binary 10100110 10000001 10011011 0 10110 111 100011 100111110 10001 111010

Color Harmonies of #A6819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6819B

Black with #A6819B

Text Example


Text Example

White with #A6819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6819B; }

 p { color: rgb(166,129,155); }

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

background-color css

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

 a { background-color: rgb(166,129,155); }

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

border-color css

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

 span { border-color: rgb(166,129,155); }

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