Html Css Color HEX #A87298 Bouquet

📋 copy color: '#A87298'

red 168 ◦ green 114 ◦ blue 152

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

Shades of Bouquet #A87298

Tints of Bouquet #A87298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 38.71%
G = 26.27%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A87298 (or 0xA87298) is known color: Bouquet. HEX triplet: A8, 72 and 98. RGB value is (168,114,152). Sum of RGB (Red+Green+Blue) = 168+114+152=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A87298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87298 is #578D67. Grayscale: #868686. Windows color (decimal): -5737832 or 9990824. OLE color: 9990824.

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

Color convert

RGB 168 114 152 -
CMYK 0 0.32 0.10 0.34
HSL 317.78º 0.24% 0.55% -
HSV(B) 317.78º 0.32% 0.66% -
XYZ 27.83 22.63 32.61 -
YUV 134.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 168 114 152 0 0.32 0.10 0.34 317.78 0.24 0.55
Hex A8 72 98 0 20 A 22 13E 18 37
Octal 250 162 230 0 40 12 42 476 30 67
Binary 10101000 1110010 10011000 0 100000 1010 100010 100111110 11000 110111

Color Harmonies of #A87298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87298

Black with #A87298

Text Example


Text Example

White with #A87298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87298; }

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

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

background-color css

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

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

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

border-color css

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

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

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