Html Css Color HEX #AB8CBA East Side

📋 copy color: '#AB8CBA'

red 171 ◦ green 140 ◦ blue 186

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

Shades of East Side #AB8CBA

Tints of East Side #AB8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 34.41%
G = 28.17%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB8CBA (or 0xAB8CBA) is known color: East Side. HEX triplet: AB, 8C and BA. RGB value is (171,140,186). Sum of RGB (Red+Green+Blue) = 171+140+186=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CBA is #547345. Grayscale: #9A9A9A. Windows color (decimal): -5534534 or 12225707. OLE color: 12225707.

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

Color convert

RGB 171 140 186 -
CMYK 0.08 0.25 0 0.27
HSL 280.43º 0.25% 0.64% -
HSV(B) 280.43º 0.25% 0.73% -
XYZ 35.04 30.96 50.58 -
YUV 154.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 171 140 186 0.08 0.25 0 0.27 280.43 0.25 0.64
Hex AB 8C BA 8 19 0 1B 118 19 40
Octal 253 214 272 10 31 0 33 430 31 100
Binary 10101011 10001100 10111010 1000 11001 0 11011 100011000 11001 1000000

Color Harmonies of #AB8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CBA

Black with #AB8CBA

Text Example


Text Example

White with #AB8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CBA; }

 p { color: rgb(171,140,186); }

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

background-color css

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

 a { background-color: rgb(171,140,186); }

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

border-color css

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

 span { border-color: rgb(171,140,186); }

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