Html Css Color HEX #A88E9C Bouquet

📋 copy color: '#A88E9C'

red 168 ◦ green 142 ◦ blue 156

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

Shades of Bouquet #A88E9C

Tints of Bouquet #A88E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 36.05%
G = 30.47%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A88E9C (or 0xA88E9C) is known color: Bouquet. HEX triplet: A8, 8E and 9C. RGB value is (168,142,156). Sum of RGB (Red+Green+Blue) = 168+142+156=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88E9C is #577163. Grayscale: #979797. Windows color (decimal): -5730660 or 10260136. OLE color: 10260136.

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

Color convert

RGB 168 142 156 -
CMYK 0 0.15 0.07 0.34
HSL 327.69º 0.13% 0.61% -
HSV(B) 327.69º 0.15% 0.66% -
XYZ 31.82 30.07 35.58 -
YUV 151.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 168 142 156 0 0.15 0.07 0.34 327.69 0.13 0.61
Hex A8 8E 9C 0 F 7 22 148 D 3D
Octal 250 216 234 0 17 7 42 510 15 75
Binary 10101000 10001110 10011100 0 1111 111 100010 101001000 1101 111101

Color Harmonies of #A88E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E9C

Black with #A88E9C

Text Example


Text Example

White with #A88E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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