Html Css Color HEX #A185A2 London Hue

📋 copy color: '#A185A2'

red 161 ◦ green 133 ◦ blue 162

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

Shades of London Hue #A185A2

Tints of London Hue #A185A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.53%

R = 35.31%
G = 29.17%
B = 35.53%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A185A2 (or 0xA185A2) is known color: London Hue. HEX triplet: A1, 85 and A2. RGB value is (161,133,162). Sum of RGB (Red+Green+Blue) = 161+133+162=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 162 - color contains mainly: blue. Hex color #A185A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A185A2 is #5E7A5D. Grayscale: #909090. Windows color (decimal): -6191710 or 10651041. OLE color: 10651041.

HSL color Cylindrical-coordinate representation of color #A185A2: hue angle of 297.93º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A185A2 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 133 162 -
CMYK 0.01 0.18 0 0.36
HSL 297.93º 0.13% 0.58% -
HSV(B) 297.93º 0.18% 0.64% -
XYZ 29.61 26.96 37.83 -
YUV 144.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 161 133 162 0.01 0.18 0 0.36 297.93 0.13 0.58
Hex A1 85 A2 1 12 0 24 12A D 3A
Octal 241 205 242 1 22 0 44 452 15 72
Binary 10100001 10000101 10100010 1 10010 0 100100 100101010 1101 111010

Color Harmonies of #A185A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185A2

Black with #A185A2

Text Example


Text Example

White with #A185A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185A2; }

 p { color: rgb(161,133,162); }

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

background-color css

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

 a { background-color: rgb(161,133,162); }

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

border-color css

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

 span { border-color: rgb(161,133,162); }

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