Html Css Color HEX #A88DA6 London Hue

📋 copy color: '#A88DA6'

red 168 ◦ green 141 ◦ blue 166

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

Shades of London Hue #A88DA6

Tints of London Hue #A88DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.95%

R = 35.37%
G = 29.68%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A88DA6 (or 0xA88DA6) is known color: London Hue. HEX triplet: A8, 8D and A6. RGB value is (168,141,166). Sum of RGB (Red+Green+Blue) = 168+141+166=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A88DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DA6 is #577259. Grayscale: #979797. Windows color (decimal): -5730906 or 10915240. OLE color: 10915240.

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

Color convert

RGB 168 141 166 -
CMYK 0 0.16 0.01 0.34
HSL 304.44º 0.13% 0.61% -
HSV(B) 304.44º 0.16% 0.66% -
XYZ 32.56 30.13 40.18 -
YUV 151.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 168 141 166 0 0.16 0.01 0.34 304.44 0.13 0.61
Hex A8 8D A6 0 10 1 22 130 D 3D
Octal 250 215 246 0 20 1 42 460 15 75
Binary 10101000 10001101 10100110 0 10000 1 100010 100110000 1101 111101

Color Harmonies of #A88DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DA6

Black with #A88DA6

Text Example


Text Example

White with #A88DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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