Html Css Color HEX #A87EA1 Bouquet

📋 copy color: '#A87EA1'

red 168 ◦ green 126 ◦ blue 161

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

Shades of Bouquet #A87EA1

Tints of Bouquet #A87EA1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.69%

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 36.92%
G = 27.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A87EA1 (or 0xA87EA1) is known color: Bouquet. HEX triplet: A8, 7E and A1. RGB value is (168,126,161). Sum of RGB (Red+Green+Blue) = 168+126+161=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A87EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87EA1 is #57815E. Grayscale: #8E8E8E. Windows color (decimal): -5734751 or 10583720. OLE color: 10583720.

HSL color Cylindrical-coordinate representation of color #A87EA1: hue angle of 310º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87EA1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 161 -
CMYK 0 0.25 0.04 0.34
HSL 310º 0.19% 0.58% -
HSV(B) 310º 0.25% 0.66% -
XYZ 30.04 25.82 37.12 -
YUV 142.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 168 126 161 0 0.25 0.04 0.34 310 0.19 0.58
Hex A8 7E A1 0 19 4 22 136 13 3A
Octal 250 176 241 0 31 4 42 466 23 72
Binary 10101000 1111110 10100001 0 11001 100 100010 100110110 10011 111010

Color Harmonies of #A87EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87EA1

Black with #A87EA1

Text Example


Text Example

White with #A87EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87EA1; }

 p { color: rgb(168,126,161); }

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

background-color css

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

 a { background-color: rgb(168,126,161); }

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

border-color css

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

 span { border-color: rgb(168,126,161); }

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