Html Css Color HEX #A88EA0 Bouquet

📋 copy color: '#A88EA0'

red 168 ◦ green 142 ◦ blue 160

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

Shades of Bouquet #A88EA0

Tints of Bouquet #A88EA0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.21%

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

R = 35.74%
G = 30.21%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A88EA0 (or 0xA88EA0) is known color: Bouquet. HEX triplet: A8, 8E and A0. RGB value is (168,142,160). Sum of RGB (Red+Green+Blue) = 168+142+160=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A88EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EA0 is #57715F. Grayscale: #979797. Windows color (decimal): -5730656 or 10522280. OLE color: 10522280.

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

Color convert

RGB 168 142 160 -
CMYK 0 0.15 0.05 0.34
HSL 318.46º 0.13% 0.61% -
HSV(B) 318.46º 0.15% 0.66% -
XYZ 32.17 30.21 37.39 -
YUV 151.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 168 142 160 0 0.15 0.05 0.34 318.46 0.13 0.61
Hex A8 8E A0 0 F 5 22 13E D 3D
Octal 250 216 240 0 17 5 42 476 15 75
Binary 10101000 10001110 10100000 0 1111 101 100010 100111110 1101 111101

Color Harmonies of #A88EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EA0

Black with #A88EA0

Text Example


Text Example

White with #A88EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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