Html Css Color HEX #AB8CBE East Side

📋 copy color: '#AB8CBE'

red 171 ◦ green 140 ◦ blue 190

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

Shades of East Side #AB8CBE

Tints of East Side #AB8CBE

RGB

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

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

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

R = 34.13%
G = 27.94%
B = 37.92%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB8CBE (or 0xAB8CBE) is known color: East Side. HEX triplet: AB, 8C and BE. RGB value is (171,140,190). Sum of RGB (Red+Green+Blue) = 171+140+190=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CBE is #547341. Grayscale: #9A9A9A. Windows color (decimal): -5534530 or 12487851. OLE color: 12487851.

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

Color convert

RGB 171 140 190 -
CMYK 0.10 0.26 0 0.25
HSL 277.2º 0.28% 0.65% -
HSV(B) 277.2º 0.26% 0.75% -
XYZ 35.47 31.13 52.85 -
YUV 154.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 171 140 190 0.10 0.26 0 0.25 277.2 0.28 0.65
Hex AB 8C BE A 1A 0 19 115 1C 41
Octal 253 214 276 12 32 0 31 425 34 101
Binary 10101011 10001100 10111110 1010 11010 0 11001 100010101 11100 1000001

Color Harmonies of #AB8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CBE

Black with #AB8CBE

Text Example


Text Example

White with #AB8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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