Html Css Color HEX #AB90BF East Side

📋 copy color: '#AB90BF'

red 171 ◦ green 144 ◦ blue 191

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

Shades of East Side #AB90BF

Tints of East Side #AB90BF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

 BLUE value IS 191 (75% from 255) = 37.75%

R = 33.79%
G = 28.46%
B = 37.75%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB90BF (or 0xAB90BF) is known color: East Side. HEX triplet: AB, 90 and BF. RGB value is (171,144,191). Sum of RGB (Red+Green+Blue) = 171+144+191=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90BF is #546F40. Grayscale: #9D9D9D. Windows color (decimal): -5533505 or 12554411. OLE color: 12554411.

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

Color convert

RGB 171 144 191 -
CMYK 0.10 0.25 0 0.25
HSL 274.47º 0.27% 0.66% -
HSV(B) 274.47º 0.25% 0.75% -
XYZ 36.17 32.37 53.63 -
YUV 157.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 171 144 191 0.10 0.25 0 0.25 274.47 0.27 0.66
Hex AB 90 BF A 19 0 19 112 1B 42
Octal 253 220 277 12 31 0 31 422 33 102
Binary 10101011 10010000 10111111 1010 11001 0 11001 100010010 11011 1000010

Color Harmonies of #AB90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90BF

Black with #AB90BF

Text Example


Text Example

White with #AB90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90BF; }

 p { color: rgb(171,144,191); }

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

background-color css

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

 a { background-color: rgb(171,144,191); }

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

border-color css

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

 span { border-color: rgb(171,144,191); }

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