Html Css Color HEX #A87D93 Bouquet

📋 copy color: '#A87D93'

red 168 ◦ green 125 ◦ blue 147

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

Shades of Bouquet #A87D93

Tints of Bouquet #A87D93

RGB

 RED value IS 168 (66.02% from 255) = 38.18%

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 38.18%
G = 28.41%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A87D93 (or 0xA87D93) is known color: Bouquet. HEX triplet: A8, 7D and 93. RGB value is (168,125,147). Sum of RGB (Red+Green+Blue) = 168+125+147=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D93 is #57826C. Grayscale: #8C8C8C. Windows color (decimal): -5735021 or 9665960. OLE color: 9665960.

HSL color Cylindrical-coordinate representation of color #A87D93: hue angle of 329.3º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87D93 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 147 -
CMYK 0 0.26 0.13 0.34
HSL 329.3º 0.2% 0.57% -
HSV(B) 329.3º 0.26% 0.66% -
XYZ 28.75 25.1 30.93 -
YUV 140.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 168 125 147 0 0.26 0.13 0.34 329.3 0.2 0.57
Hex A8 7D 93 0 1A D 22 149 14 39
Octal 250 175 223 0 32 15 42 511 24 71
Binary 10101000 1111101 10010011 0 11010 1101 100010 101001001 10100 111001

Color Harmonies of #A87D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D93

Black with #A87D93

Text Example


Text Example

White with #A87D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D93; }

 p { color: rgb(168,125,147); }

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

background-color css

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

 a { background-color: rgb(168,125,147); }

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

border-color css

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

 span { border-color: rgb(168,125,147); }

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