Html Css Color HEX #A88DA3 London Hue

📋 copy color: '#A88DA3'

red 168 ◦ green 141 ◦ blue 163

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

Shades of London Hue #A88DA3

Tints of London Hue #A88DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.53%

R = 35.59%
G = 29.87%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A88DA3 (or 0xA88DA3) is known color: London Hue. HEX triplet: A8, 8D and A3. RGB value is (168,141,163). Sum of RGB (Red+Green+Blue) = 168+141+163=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A88DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DA3 is #57725C. Grayscale: #979797. Windows color (decimal): -5730909 or 10718632. OLE color: 10718632.

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

Color convert

RGB 168 141 163 -
CMYK 0 0.16 0.03 0.34
HSL 311.11º 0.13% 0.61% -
HSV(B) 311.11º 0.16% 0.66% -
XYZ 32.28 30.02 38.74 -
YUV 151.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 168 141 163 0 0.16 0.03 0.34 311.11 0.13 0.61
Hex A8 8D A3 0 10 3 22 137 D 3D
Octal 250 215 243 0 20 3 42 467 15 75
Binary 10101000 10001101 10100011 0 10000 11 100010 100110111 1101 111101

Color Harmonies of #A88DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DA3

Black with #A88DA3

Text Example


Text Example

White with #A88DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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