Html Css Color HEX #AB8DB9 East Side

📋 copy color: '#AB8DB9'

red 171 ◦ green 141 ◦ blue 185

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

Shades of East Side #AB8DB9

Tints of East Side #AB8DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.37%

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 34.41%
G = 28.37%
B = 37.22%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB8DB9 (or 0xAB8DB9) is known color: East Side. HEX triplet: AB, 8D and B9. RGB value is (171,141,185). Sum of RGB (Red+Green+Blue) = 171+141+185=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB8DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DB9 is #547246. Grayscale: #9A9A9A. Windows color (decimal): -5534279 or 12160427. OLE color: 12160427.

HSL color Cylindrical-coordinate representation of color #AB8DB9: hue angle of 280.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8DB9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 141 185 -
CMYK 0.08 0.24 0 0.27
HSL 280.91º 0.24% 0.64% -
HSV(B) 280.91º 0.24% 0.73% -
XYZ 35.08 31.21 50.07 -
YUV 154.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 171 141 185 0.08 0.24 0 0.27 280.91 0.24 0.64
Hex AB 8D B9 8 18 0 1B 119 18 40
Octal 253 215 271 10 30 0 33 431 30 100
Binary 10101011 10001101 10111001 1000 11000 0 11011 100011001 11000 1000000

Color Harmonies of #AB8DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DB9

Black with #AB8DB9

Text Example


Text Example

White with #AB8DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DB9; }

 p { color: rgb(171,141,185); }

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

background-color css

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

 a { background-color: rgb(171,141,185); }

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

border-color css

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

 span { border-color: rgb(171,141,185); }

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