Html Css Color HEX #AD81A5 London Hue

📋 copy color: '#AD81A5'

red 173 ◦ green 129 ◦ blue 165

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

Shades of London Hue #AD81A5

Tints of London Hue #AD81A5

RGB

 RED value IS 173 (67.97% from 255) = 37.04%

 GREEN value IS 129 (50.78% from 255) = 27.62%

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 37.04%
G = 27.62%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD81A5 (or 0xAD81A5) is known color: London Hue. HEX triplet: AD, 81 and A5. RGB value is (173,129,165). Sum of RGB (Red+Green+Blue) = 173+129+165=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD81A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD81A5 is #527E5A. Grayscale: #929292. Windows color (decimal): -5406299 or 10846637. OLE color: 10846637.

HSL color Cylindrical-coordinate representation of color #AD81A5: hue angle of 310.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD81A5 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 129 165 -
CMYK 0 0.25 0.05 0.32
HSL 310.91º 0.21% 0.59% -
HSV(B) 310.91º 0.25% 0.68% -
XYZ 31.88 27.3 39.19 -
YUV 146.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 173 129 165 0 0.25 0.05 0.32 310.91 0.21 0.59
Hex AD 81 A5 0 19 5 20 137 15 3B
Octal 255 201 245 0 31 5 40 467 25 73
Binary 10101101 10000001 10100101 0 11001 101 100000 100110111 10101 111011

Color Harmonies of #AD81A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81A5

Black with #AD81A5

Text Example


Text Example

White with #AD81A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81A5; }

 p { color: rgb(173,129,165); }

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

background-color css

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

 a { background-color: rgb(173,129,165); }

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

border-color css

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

 span { border-color: rgb(173,129,165); }

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