Html Css Color HEX #AB93A5 London Hue

📋 copy color: '#AB93A5'

red 171 ◦ green 147 ◦ blue 165

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

Shades of London Hue #AB93A5

Tints of London Hue #AB93A5

RGB

 RED value IS 171 (67.19% from 255) = 35.4%

 GREEN value IS 147 (57.81% from 255) = 30.43%

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

R = 35.4%
G = 30.43%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB93A5 (or 0xAB93A5) is known color: London Hue. HEX triplet: AB, 93 and A5. RGB value is (171,147,165). Sum of RGB (Red+Green+Blue) = 171+147+165=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB93A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB93A5 is #546C5A. Grayscale: #9C9C9C. Windows color (decimal): -5532763 or 10851243. OLE color: 10851243.

HSL color Cylindrical-coordinate representation of color #AB93A5: hue angle of 315º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB93A5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 147 165 -
CMYK 0 0.14 0.04 0.33
HSL 315º 0.13% 0.62% -
HSV(B) 315º 0.14% 0.67% -
XYZ 34.02 32.24 40.03 -
YUV 156.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 171 147 165 0 0.14 0.04 0.33 315 0.13 0.62
Hex AB 93 A5 0 E 4 21 13B C 3E
Octal 253 223 245 0 16 4 41 473 14 76
Binary 10101011 10010011 10100101 0 1110 100 100001 100111011 1100 111110

Color Harmonies of #AB93A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93A5

Black with #AB93A5

Text Example


Text Example

White with #AB93A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93A5; }

 p { color: rgb(171,147,165); }

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

background-color css

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

 a { background-color: rgb(171,147,165); }

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

border-color css

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

 span { border-color: rgb(171,147,165); }

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