Html Css Color HEX #AB8DB6 East Side

📋 copy color: '#AB8DB6'

red 171 ◦ green 141 ◦ blue 182

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

Shades of East Side #AB8DB6

Tints of East Side #AB8DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.84%

R = 34.62%
G = 28.54%
B = 36.84%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB8DB6 (or 0xAB8DB6) is known color: East Side. HEX triplet: AB, 8D and B6. RGB value is (171,141,182). Sum of RGB (Red+Green+Blue) = 171+141+182=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB8DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DB6 is #547249. Grayscale: #9A9A9A. Windows color (decimal): -5534282 or 11963819. OLE color: 11963819.

HSL color Cylindrical-coordinate representation of color #AB8DB6: hue angle of 283.9º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8DB6 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 141 182 -
CMYK 0.06 0.23 0 0.29
HSL 283.9º 0.22% 0.63% -
HSV(B) 283.9º 0.23% 0.71% -
XYZ 34.76 31.09 48.42 -
YUV 154.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 171 141 182 0.06 0.23 0 0.29 283.9 0.22 0.63
Hex AB 8D B6 6 17 0 1D 11C 16 3F
Octal 253 215 266 6 27 0 35 434 26 77
Binary 10101011 10001101 10110110 110 10111 0 11101 100011100 10110 111111

Color Harmonies of #AB8DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DB6

Black with #AB8DB6

Text Example


Text Example

White with #AB8DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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