Html Css Color HEX #A3949F London Hue

📋 copy color: '#A3949F'

red 163 ◦ green 148 ◦ blue 159

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

Shades of London Hue #A3949F

Tints of London Hue #A3949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

 BLUE value IS 159 (62.5% from 255) = 33.83%

R = 34.68%
G = 31.49%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A3949F (or 0xA3949F) is known color: London Hue. HEX triplet: A3, 94 and 9F. RGB value is (163,148,159). Sum of RGB (Red+Green+Blue) = 163+148+159=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 163 - color contains mainly: red. Hex color #A3949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3949F is #5C6B60. Grayscale: #999999. Windows color (decimal): -6056801 or 10458275. OLE color: 10458275.

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

Color convert

RGB 163 148 159 -
CMYK 0 0.09 0.02 0.36
HSL 316º 0.08% 0.61% -
HSV(B) 316º 0.09% 0.64% -
XYZ 31.95 31.47 37.19 -
YUV 153.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 163 148 159 0 0.09 0.02 0.36 316 0.08 0.61
Hex A3 94 9F 0 9 2 24 13C 8 3D
Octal 243 224 237 0 11 2 44 474 10 75
Binary 10100011 10010100 10011111 0 1001 10 100100 100111100 1000 111101

Color Harmonies of #A3949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3949F

Black with #A3949F

Text Example


Text Example

White with #A3949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3949F; }

 p { color: rgb(163,148,159); }

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

background-color css

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

 a { background-color: rgb(163,148,159); }

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

border-color css

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

 span { border-color: rgb(163,148,159); }

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