Html Css Color HEX #AB9FB8 East Side

📋 copy color: '#AB9FB8'

red 171 ◦ green 159 ◦ blue 184

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

Shades of East Side #AB9FB8

Tints of East Side #AB9FB8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 33.27%
G = 30.93%
B = 35.8%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB9FB8 (or 0xAB9FB8) is known color: East Side. HEX triplet: AB, 9F and B8. RGB value is (171,159,184). Sum of RGB (Red+Green+Blue) = 171+159+184=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB9FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FB8 is #546047. Grayscale: #A5A5A5. Windows color (decimal): -5529672 or 12099499. OLE color: 12099499.

HSL color Cylindrical-coordinate representation of color #AB9FB8: hue angle of 268.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB9FB8 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 159 184 -
CMYK 0.07 0.14 0 0.28
HSL 268.8º 0.15% 0.67% -
HSV(B) 268.8º 0.14% 0.72% -
XYZ 37.84 36.91 50.48 -
YUV 165.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 171 159 184 0.07 0.14 0 0.28 268.8 0.15 0.67
Hex AB 9F B8 7 E 0 1C 10D F 43
Octal 253 237 270 7 16 0 34 415 17 103
Binary 10101011 10011111 10111000 111 1110 0 11100 100001101 1111 1000011

Color Harmonies of #AB9FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FB8

Black with #AB9FB8

Text Example


Text Example

White with #AB9FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FB8; }

 p { color: rgb(171,159,184); }

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

background-color css

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

 a { background-color: rgb(171,159,184); }

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

border-color css

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

 span { border-color: rgb(171,159,184); }

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