Html Css Color HEX #A88AAD London Hue

📋 copy color: '#A88AAD'

red 168 ◦ green 138 ◦ blue 173

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

Shades of London Hue #A88AAD

Tints of London Hue #A88AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.81%

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 35.07%
G = 28.81%
B = 36.12%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A88AAD (or 0xA88AAD) is known color: London Hue. HEX triplet: A8, 8A and AD. RGB value is (168,138,173). Sum of RGB (Red+Green+Blue) = 168+138+173=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #A88AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88AAD is #577552. Grayscale: #969696. Windows color (decimal): -5731667 or 11373224. OLE color: 11373224.

HSL color Cylindrical-coordinate representation of color #A88AAD: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88AAD is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 138 173 -
CMYK 0.03 0.20 0 0.32
HSL 291.43º 0.18% 0.61% -
HSV(B) 291.43º 0.2% 0.68% -
XYZ 32.78 29.52 43.51 -
YUV 150.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 168 138 173 0.03 0.20 0 0.32 291.43 0.18 0.61
Hex A8 8A AD 3 14 0 20 123 12 3D
Octal 250 212 255 3 24 0 40 443 22 75
Binary 10101000 10001010 10101101 11 10100 0 100000 100100011 10010 111101

Color Harmonies of #A88AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88AAD

Black with #A88AAD

Text Example


Text Example

White with #A88AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88AAD; }

 p { color: rgb(168,138,173); }

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

background-color css

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

 a { background-color: rgb(168,138,173); }

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

border-color css

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

 span { border-color: rgb(168,138,173); }

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