Html Css Color HEX #A391A0 London Hue

📋 copy color: '#A391A0'

red 163 ◦ green 145 ◦ blue 160

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

Shades of London Hue #A391A0

Tints of London Hue #A391A0

RGB

 RED value IS 163 (64.06% from 255) = 34.83%

 GREEN value IS 145 (57.03% from 255) = 30.98%

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 34.83%
G = 30.98%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A391A0 (or 0xA391A0) is known color: London Hue. HEX triplet: A3, 91 and A0. RGB value is (163,145,160). Sum of RGB (Red+Green+Blue) = 163+145+160=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A391A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A391A0 is #5C6E5F. Grayscale: #989898. Windows color (decimal): -6057568 or 10523043. OLE color: 10523043.

HSL color Cylindrical-coordinate representation of color #A391A0: hue angle of 310º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A391A0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 160 -
CMYK 0 0.11 0.02 0.36
HSL 310º 0.09% 0.6% -
HSV(B) 310º 0.11% 0.64% -
XYZ 31.57 30.58 37.5 -
YUV 152.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 163 145 160 0 0.11 0.02 0.36 310 0.09 0.6
Hex A3 91 A0 0 B 2 24 136 9 3C
Octal 243 221 240 0 13 2 44 466 11 74
Binary 10100011 10010001 10100000 0 1011 10 100100 100110110 1001 111100

Color Harmonies of #A391A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391A0

Black with #A391A0

Text Example


Text Example

White with #A391A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391A0; }

 p { color: rgb(163,145,160); }

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

background-color css

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

 a { background-color: rgb(163,145,160); }

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

border-color css

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

 span { border-color: rgb(163,145,160); }

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