Html Css Color HEX #A87293 Bouquet

📋 copy color: '#A87293'

red 168 ◦ green 114 ◦ blue 147

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

Shades of Bouquet #A87293

Tints of Bouquet #A87293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 39.16%
G = 26.57%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A87293 (or 0xA87293) is known color: Bouquet. HEX triplet: A8, 72 and 93. RGB value is (168,114,147). Sum of RGB (Red+Green+Blue) = 168+114+147=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A87293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87293 is #578D6C. Grayscale: #858585. Windows color (decimal): -5737837 or 9663144. OLE color: 9663144.

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

Color convert

RGB 168 114 147 -
CMYK 0 0.32 0.13 0.34
HSL 323.33º 0.24% 0.55% -
HSV(B) 323.33º 0.32% 0.66% -
XYZ 27.43 22.47 30.49 -
YUV 133.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 168 114 147 0 0.32 0.13 0.34 323.33 0.24 0.55
Hex A8 72 93 0 20 D 22 143 18 37
Octal 250 162 223 0 40 15 42 503 30 67
Binary 10101000 1110010 10010011 0 100000 1101 100010 101000011 11000 110111

Color Harmonies of #A87293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87293

Black with #A87293

Text Example


Text Example

White with #A87293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87293; }

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

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

background-color css

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

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

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

border-color css

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

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

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