Html Css Color HEX #A985AC London Hue

📋 copy color: '#A985AC'

red 169 ◦ green 133 ◦ blue 172

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

Shades of London Hue #A985AC

Tints of London Hue #A985AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 35.65%
G = 28.06%
B = 36.29%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A985AC (or 0xA985AC) is known color: London Hue. HEX triplet: A9, 85 and AC. RGB value is (169,133,172). Sum of RGB (Red+Green+Blue) = 169+133+172=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #A985AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A985AC is #567A53. Grayscale: #949494. Windows color (decimal): -5667412 or 11306409. OLE color: 11306409.

HSL color Cylindrical-coordinate representation of color #A985AC: hue angle of 295.38º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A985AC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 133 172 -
CMYK 0.02 0.23 0 0.33
HSL 295.38º 0.19% 0.6% -
HSV(B) 295.38º 0.23% 0.67% -
XYZ 32.2 28.19 42.77 -
YUV 148.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 169 133 172 0.02 0.23 0 0.33 295.38 0.19 0.6
Hex A9 85 AC 2 17 0 21 127 13 3C
Octal 251 205 254 2 27 0 41 447 23 74
Binary 10101001 10000101 10101100 10 10111 0 100001 100100111 10011 111100

Color Harmonies of #A985AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985AC

Black with #A985AC

Text Example


Text Example

White with #A985AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985AC; }

 p { color: rgb(169,133,172); }

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

background-color css

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

 a { background-color: rgb(169,133,172); }

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

border-color css

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

 span { border-color: rgb(169,133,172); }

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