Html Css Color HEX #AB91BE East Side

📋 copy color: '#AB91BE'

red 171 ◦ green 145 ◦ blue 190

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

Shades of East Side #AB91BE

Tints of East Side #AB91BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 33.79%
G = 28.66%
B = 37.55%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB91BE (or 0xAB91BE) is known color: East Side. HEX triplet: AB, 91 and BE. RGB value is (171,145,190). Sum of RGB (Red+Green+Blue) = 171+145+190=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91BE is #546E41. Grayscale: #9D9D9D. Windows color (decimal): -5533250 or 12489131. OLE color: 12489131.

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

Color convert

RGB 171 145 190 -
CMYK 0.10 0.24 0 0.25
HSL 274.67º 0.26% 0.66% -
HSV(B) 274.67º 0.24% 0.75% -
XYZ 36.21 32.63 53.1 -
YUV 157.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 171 145 190 0.10 0.24 0 0.25 274.67 0.26 0.66
Hex AB 91 BE A 18 0 19 113 1A 42
Octal 253 221 276 12 30 0 31 423 32 102
Binary 10101011 10010001 10111110 1010 11000 0 11001 100010011 11010 1000010

Color Harmonies of #AB91BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91BE

Black with #AB91BE

Text Example


Text Example

White with #AB91BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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