Html Css Color HEX #A67F99 Bouquet

📋 copy color: '#A67F99'

red 166 ◦ green 127 ◦ blue 153

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

Shades of Bouquet #A67F99

Tints of Bouquet #A67F99

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 37.22%
G = 28.48%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A67F99 (or 0xA67F99) is known color: Bouquet. HEX triplet: A6, 7F and 99. RGB value is (166,127,153). Sum of RGB (Red+Green+Blue) = 166+127+153=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F99 is #598066. Grayscale: #8D8D8D. Windows color (decimal): -5865575 or 10059686. OLE color: 10059686.

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

Color convert

RGB 166 127 153 -
CMYK 0 0.23 0.08 0.35
HSL 320º 0.18% 0.57% -
HSV(B) 320º 0.23% 0.65% -
XYZ 29.07 25.59 33.54 -
YUV 141.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 166 127 153 0 0.23 0.08 0.35 320 0.18 0.57
Hex A6 7F 99 0 17 8 23 140 12 39
Octal 246 177 231 0 27 10 43 500 22 71
Binary 10100110 1111111 10011001 0 10111 1000 100011 101000000 10010 111001

Color Harmonies of #A67F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F99

Black with #A67F99

Text Example


Text Example

White with #A67F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F99; }

 p { color: rgb(166,127,153); }

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

background-color css

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

 a { background-color: rgb(166,127,153); }

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

border-color css

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

 span { border-color: rgb(166,127,153); }

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