Html Css Color HEX #A193A0 London Hue

📋 copy color: '#A193A0'

red 161 ◦ green 147 ◦ blue 160

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

Shades of London Hue #A193A0

Tints of London Hue #A193A0

RGB

 RED value IS 161 (63.28% from 255) = 34.4%

 GREEN value IS 147 (57.81% from 255) = 31.41%

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

R = 34.4%
G = 31.41%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A193A0 (or 0xA193A0) is known color: London Hue. HEX triplet: A1, 93 and A0. RGB value is (161,147,160). Sum of RGB (Red+Green+Blue) = 161+147+160=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 161 - color contains mainly: red. Hex color #A193A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193A0 is #5E6C5F. Grayscale: #989898. Windows color (decimal): -6188128 or 10523553. OLE color: 10523553.

HSL color Cylindrical-coordinate representation of color #A193A0: hue angle of 304.29º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A193A0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 160 -
CMYK 0 0.09 0.01 0.37
HSL 304.29º 0.07% 0.6% -
HSV(B) 304.29º 0.09% 0.63% -
XYZ 31.48 30.98 37.58 -
YUV 152.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 161 147 160 0 0.09 0.01 0.37 304.29 0.07 0.6
Hex A1 93 A0 0 9 1 25 130 7 3C
Octal 241 223 240 0 11 1 45 460 7 74
Binary 10100001 10010011 10100000 0 1001 1 100101 100110000 111 111100

Color Harmonies of #A193A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193A0

Black with #A193A0

Text Example


Text Example

White with #A193A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193A0; }

 p { color: rgb(161,147,160); }

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

background-color css

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

 a { background-color: rgb(161,147,160); }

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

border-color css

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

 span { border-color: rgb(161,147,160); }

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