Html Css Color HEX #A88D9F Bouquet

📋 copy color: '#A88D9F'

red 168 ◦ green 141 ◦ blue 159

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

Shades of Bouquet #A88D9F

Tints of Bouquet #A88D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 35.9%
G = 30.13%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A88D9F (or 0xA88D9F) is known color: Bouquet. HEX triplet: A8, 8D and 9F. RGB value is (168,141,159). Sum of RGB (Red+Green+Blue) = 168+141+159=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88D9F is #577260. Grayscale: #979797. Windows color (decimal): -5730913 or 10456488. OLE color: 10456488.

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

Color convert

RGB 168 141 159 -
CMYK 0 0.16 0.05 0.34
HSL 320º 0.13% 0.61% -
HSV(B) 320º 0.16% 0.66% -
XYZ 31.93 29.88 36.88 -
YUV 151.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 168 141 159 0 0.16 0.05 0.34 320 0.13 0.61
Hex A8 8D 9F 0 10 5 22 140 D 3D
Octal 250 215 237 0 20 5 42 500 15 75
Binary 10101000 10001101 10011111 0 10000 101 100010 101000000 1101 111101

Color Harmonies of #A88D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D9F

Black with #A88D9F

Text Example


Text Example

White with #A88D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D9F; }

 p { color: rgb(168,141,159); }

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

background-color css

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

 a { background-color: rgb(168,141,159); }

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

border-color css

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

 span { border-color: rgb(168,141,159); }

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