Html Css Color HEX #A88DA0 Bouquet

📋 copy color: '#A88DA0'

red 168 ◦ green 141 ◦ blue 160

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

Shades of Bouquet #A88DA0

Tints of Bouquet #A88DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 35.82%
G = 30.06%
B = 34.12%

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

#A88DA0 (or 0xA88DA0) is known color: Bouquet. HEX triplet: A8, 8D and A0. RGB value is (168,141,160). Sum of RGB (Red+Green+Blue) = 168+141+160=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A88DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DA0 is #57725F. Grayscale: #979797. Windows color (decimal): -5730912 or 10522024. OLE color: 10522024.

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

Color convert

RGB 168 141 160 -
CMYK 0 0.16 0.05 0.34
HSL 317.78º 0.13% 0.61% -
HSV(B) 317.78º 0.16% 0.66% -
XYZ 32.02 29.91 37.34 -
YUV 151.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 168 141 160 0 0.16 0.05 0.34 317.78 0.13 0.61
Hex A8 8D A0 0 10 5 22 13E D 3D
Octal 250 215 240 0 20 5 42 476 15 75
Binary 10101000 10001101 10100000 0 10000 101 100010 100111110 1101 111101

Color Harmonies of #A88DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DA0

Black with #A88DA0

Text Example


Text Example

White with #A88DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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