Html Css Color HEX #A46F99 Bouquet

📋 copy color: '#A46F99'

red 164 ◦ green 111 ◦ blue 153

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

Shades of Bouquet #A46F99

Tints of Bouquet #A46F99

RGB

 RED value IS 164 (64.45% from 255) = 38.32%

 GREEN value IS 111 (43.75% from 255) = 25.93%

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

R = 38.32%
G = 25.93%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A46F99 (or 0xA46F99) is known color: Bouquet. HEX triplet: A4, 6F and 99. RGB value is (164,111,153). Sum of RGB (Red+Green+Blue) = 164+111+153=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F99 is #5B9066. Grayscale: #838383. Windows color (decimal): -6000743 or 10055588. OLE color: 10055588.

HSL color Cylindrical-coordinate representation of color #A46F99: hue angle of 312.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F99 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 153 -
CMYK 0 0.32 0.07 0.36
HSL 312.45º 0.23% 0.54% -
HSV(B) 312.45º 0.32% 0.64% -
XYZ 26.74 21.56 32.89 -
YUV 131.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 164 111 153 0 0.32 0.07 0.36 312.45 0.23 0.54
Hex A4 6F 99 0 20 7 24 138 17 36
Octal 244 157 231 0 40 7 44 470 27 66
Binary 10100100 1101111 10011001 0 100000 111 100100 100111000 10111 110110

Color Harmonies of #A46F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F99

Black with #A46F99

Text Example


Text Example

White with #A46F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F99; }

 p { color: rgb(164,111,153); }

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

background-color css

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

 a { background-color: rgb(164,111,153); }

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

border-color css

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

 span { border-color: rgb(164,111,153); }

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