Html Css Color HEX #A983A6 London Hue

📋 copy color: '#A983A6'

red 169 ◦ green 131 ◦ blue 166

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

Shades of London Hue #A983A6

Tints of London Hue #A983A6

RGB

 RED value IS 169 (66.41% from 255) = 36.27%

 GREEN value IS 131 (51.56% from 255) = 28.11%

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 36.27%
G = 28.11%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A983A6 (or 0xA983A6) is known color: London Hue. HEX triplet: A9, 83 and A6. RGB value is (169,131,166). Sum of RGB (Red+Green+Blue) = 169+131+166=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A983A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A983A6 is #567C59. Grayscale: #929292. Windows color (decimal): -5667930 or 10912681. OLE color: 10912681.

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

Color convert

RGB 169 131 166 -
CMYK 0 0.22 0.02 0.34
HSL 304.74º 0.18% 0.59% -
HSV(B) 304.74º 0.22% 0.66% -
XYZ 31.36 27.42 39.72 -
YUV 146.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 169 131 166 0 0.22 0.02 0.34 304.74 0.18 0.59
Hex A9 83 A6 0 16 2 22 131 12 3B
Octal 251 203 246 0 26 2 42 461 22 73
Binary 10101001 10000011 10100110 0 10110 10 100010 100110001 10010 111011

Color Harmonies of #A983A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A983A6

Black with #A983A6

Text Example


Text Example

White with #A983A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A983A6; }

 p { color: rgb(169,131,166); }

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

background-color css

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

 a { background-color: rgb(169,131,166); }

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

border-color css

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

 span { border-color: rgb(169,131,166); }

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