Html Css Color HEX #A87AA5 London Hue

📋 copy color: '#A87AA5'

red 168 ◦ green 122 ◦ blue 165

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

Shades of London Hue #A87AA5

Tints of London Hue #A87AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 36.92%
G = 26.81%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A87AA5 (or 0xA87AA5) is known color: London Hue. HEX triplet: A8, 7A and A5. RGB value is (168,122,165). Sum of RGB (Red+Green+Blue) = 168+122+165=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A87AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AA5 is #57855A. Grayscale: #8C8C8C. Windows color (decimal): -5735771 or 10844840. OLE color: 10844840.

HSL color Cylindrical-coordinate representation of color #A87AA5: hue angle of 303.91º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87AA5 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 122 165 -
CMYK 0 0.27 0.02 0.34
HSL 303.91º 0.21% 0.57% -
HSV(B) 303.91º 0.27% 0.66% -
XYZ 29.9 24.96 38.84 -
YUV 140.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 168 122 165 0 0.27 0.02 0.34 303.91 0.21 0.57
Hex A8 7A A5 0 1B 2 22 130 15 39
Octal 250 172 245 0 33 2 42 460 25 71
Binary 10101000 1111010 10100101 0 11011 10 100010 100110000 10101 111001

Color Harmonies of #A87AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87AA5

Black with #A87AA5

Text Example


Text Example

White with #A87AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87AA5; }

 p { color: rgb(168,122,165); }

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

background-color css

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

 a { background-color: rgb(168,122,165); }

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

border-color css

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

 span { border-color: rgb(168,122,165); }

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