Html Css Color HEX #A67197 Bouquet

📋 copy color: '#A67197'

red 166 ◦ green 113 ◦ blue 151

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

Shades of Bouquet #A67197

Tints of Bouquet #A67197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.28%

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 38.6%
G = 26.28%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A67197 (or 0xA67197) is known color: Bouquet. HEX triplet: A6, 71 and 97. RGB value is (166,113,151). Sum of RGB (Red+Green+Blue) = 166+113+151=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67197 is #598E68. Grayscale: #858585. Windows color (decimal): -5869161 or 9925030. OLE color: 9925030.

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

Color convert

RGB 166 113 151 -
CMYK 0 0.32 0.09 0.35
HSL 316.98º 0.23% 0.55% -
HSV(B) 316.98º 0.32% 0.65% -
XYZ 27.22 22.15 32.12 -
YUV 133.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 166 113 151 0 0.32 0.09 0.35 316.98 0.23 0.55
Hex A6 71 97 0 20 9 23 13D 17 37
Octal 246 161 227 0 40 11 43 475 27 67
Binary 10100110 1110001 10010111 0 100000 1001 100011 100111101 10111 110111

Color Harmonies of #A67197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67197

Black with #A67197

Text Example


Text Example

White with #A67197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67197; }

 p { color: rgb(166,113,151); }

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

background-color css

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

 a { background-color: rgb(166,113,151); }

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

border-color css

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

 span { border-color: rgb(166,113,151); }

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