Html Css Color HEX #A46F96 Bouquet

📋 copy color: '#A46F96'

red 164 ◦ green 111 ◦ blue 150

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

Shades of Bouquet #A46F96

Tints of Bouquet #A46F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 38.59%
G = 26.12%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A46F96 (or 0xA46F96) is known color: Bouquet. HEX triplet: A4, 6F and 96. RGB value is (164,111,150). Sum of RGB (Red+Green+Blue) = 164+111+150=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F96 is #5B9069. Grayscale: #838383. Windows color (decimal): -6000746 or 9858980. OLE color: 9858980.

HSL color Cylindrical-coordinate representation of color #A46F96: hue angle of 315.85º 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 #A46F96 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 150 -
CMYK 0 0.32 0.09 0.36
HSL 315.85º 0.23% 0.54% -
HSV(B) 315.85º 0.32% 0.64% -
XYZ 26.5 21.46 31.6 -
YUV 131.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 164 111 150 0 0.32 0.09 0.36 315.85 0.23 0.54
Hex A4 6F 96 0 20 9 24 13C 17 36
Octal 244 157 226 0 40 11 44 474 27 66
Binary 10100100 1101111 10010110 0 100000 1001 100100 100111100 10111 110110

Color Harmonies of #A46F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F96

Black with #A46F96

Text Example


Text Example

White with #A46F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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