Html Css Color HEX #AB91BD East Side

📋 copy color: '#AB91BD'

red 171 ◦ green 145 ◦ blue 189

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

Shades of East Side #AB91BD

Tints of East Side #AB91BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 33.86%
G = 28.71%
B = 37.43%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB91BD (or 0xAB91BD) is known color: East Side. HEX triplet: AB, 91 and BD. RGB value is (171,145,189). Sum of RGB (Red+Green+Blue) = 171+145+189=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91BD is #546E42. Grayscale: #9D9D9D. Windows color (decimal): -5533251 or 12423595. OLE color: 12423595.

HSL color Cylindrical-coordinate representation of color #AB91BD: hue angle of 275.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB91BD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 145 189 -
CMYK 0.10 0.23 0 0.26
HSL 275.45º 0.25% 0.65% -
HSV(B) 275.45º 0.23% 0.74% -
XYZ 36.11 32.58 52.53 -
YUV 157.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 171 145 189 0.10 0.23 0 0.26 275.45 0.25 0.65
Hex AB 91 BD A 17 0 1A 113 19 41
Octal 253 221 275 12 27 0 32 423 31 101
Binary 10101011 10010001 10111101 1010 10111 0 11010 100010011 11001 1000001

Color Harmonies of #AB91BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91BD

Black with #AB91BD

Text Example


Text Example

White with #AB91BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91BD; }

 p { color: rgb(171,145,189); }

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

background-color css

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

 a { background-color: rgb(171,145,189); }

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

border-color css

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

 span { border-color: rgb(171,145,189); }

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