Html Css Color HEX #A66B98 Bouquet

📋 copy color: '#A66B98'

red 166 ◦ green 107 ◦ blue 152

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

Shades of Bouquet #A66B98

Tints of Bouquet #A66B98

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 39.06%
G = 25.18%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A66B98 (or 0xA66B98) is known color: Bouquet. HEX triplet: A6, 6B and 98. RGB value is (166,107,152). Sum of RGB (Red+Green+Blue) = 166+107+152=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B98 is #599467. Grayscale: #818181. Windows color (decimal): -5870696 or 9989030. OLE color: 9989030.

HSL color Cylindrical-coordinate representation of color #A66B98: hue angle of 314.24º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B98 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 107 152 -
CMYK 0 0.36 0.08 0.35
HSL 314.24º 0.25% 0.54% -
HSV(B) 314.24º 0.36% 0.65% -
XYZ 26.65 20.89 32.33 -
YUV 129.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 166 107 152 0 0.36 0.08 0.35 314.24 0.25 0.54
Hex A6 6B 98 0 24 8 23 13A 19 36
Octal 246 153 230 0 44 10 43 472 31 66
Binary 10100110 1101011 10011000 0 100100 1000 100011 100111010 11001 110110

Color Harmonies of #A66B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B98

Black with #A66B98

Text Example


Text Example

White with #A66B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B98; }

 p { color: rgb(166,107,152); }

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

background-color css

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

 a { background-color: rgb(166,107,152); }

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

border-color css

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

 span { border-color: rgb(166,107,152); }

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