Html Css Color HEX #A587A1 London Hue

📋 copy color: '#A587A1'

red 165 ◦ green 135 ◦ blue 161

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

Shades of London Hue #A587A1

Tints of London Hue #A587A1

RGB

 RED value IS 165 (64.84% from 255) = 35.79%

 GREEN value IS 135 (53.13% from 255) = 29.28%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 35.79%
G = 29.28%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A587A1 (or 0xA587A1) is known color: London Hue. HEX triplet: A5, 87 and A1. RGB value is (165,135,161). Sum of RGB (Red+Green+Blue) = 165+135+161=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A587A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A587A1 is #5A785E. Grayscale: #929292. Windows color (decimal): -5929055 or 10586021. OLE color: 10586021.

HSL color Cylindrical-coordinate representation of color #A587A1: hue angle of 308º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A587A1 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 161 -
CMYK 0 0.18 0.02 0.35
HSL 308º 0.14% 0.59% -
HSV(B) 308º 0.18% 0.65% -
XYZ 30.61 27.9 37.49 -
YUV 146.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 165 135 161 0 0.18 0.02 0.35 308 0.14 0.59
Hex A5 87 A1 0 12 2 23 134 E 3B
Octal 245 207 241 0 22 2 43 464 16 73
Binary 10100101 10000111 10100001 0 10010 10 100011 100110100 1110 111011

Color Harmonies of #A587A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A587A1

Black with #A587A1

Text Example


Text Example

White with #A587A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A587A1; }

 p { color: rgb(165,135,161); }

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

background-color css

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

 a { background-color: rgb(165,135,161); }

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

border-color css

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

 span { border-color: rgb(165,135,161); }

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